shellMountOperation: Use a Unicode apostrophe in a new string

See https://developer.gnome.org/hig/stable/typography.html
This commit is contained in:
Piotr Drąg 2019-05-28 19:14:19 +02:00
parent 12bace2721
commit 5060aee7b2

View File

@ -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())
_("Couldnt find the %s application").format(app.get_name())
);
this._onCancelButton();
}