diff --git a/js/ui/shellMountOperation.js b/js/ui/shellMountOperation.js index 8cb690b6e..73f1ceee3 100644 --- a/js/ui/shellMountOperation.js +++ b/js/ui/shellMountOperation.js @@ -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(); }