shellMountOperation: Use a Unicode apostrophe in a new string
See https://developer.gnome.org/hig/stable/typography.html
This commit is contained in:
parent
12bace2721
commit
5060aee7b2
@ -489,7 +489,7 @@ var ShellMountPasswordDialog = GObject.registerClass({
|
||||
/* Translators: %s is the Disks application */
|
||||
_("Unable to start %s").format(app.get_name()),
|
||||
/* Translators: %s is the Disks application */
|
||||
_("Couldn't find the %s application").format(app.get_name())
|
||||
_("Couldn’t find the %s application").format(app.get_name())
|
||||
);
|
||||
this._onCancelButton();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user