[gnome-shell] shellMountOperation: Use a Unicode apostrophe in a new string
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] shellMountOperation: Use a Unicode apostrophe in a new string
- Date: Tue, 28 May 2019 17:15:34 +0000 (UTC)
commit 5060aee7b2e820c3c6f21c1a0a7e852cd845947c
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue May 28 19:14:19 2019 +0200
shellMountOperation: Use a Unicode apostrophe in a new string
See https://developer.gnome.org/hig/stable/typography.html
js/ui/shellMountOperation.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]