diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2016-11-11 18:48:52 +0100 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2016-11-12 17:45:21 +0100 |
commit | 5c213a6be69282e2615ce0d4c11d021b5ff754ef (patch) | |
tree | e11ff696b8f9eadfa3dd9f58ba6369371d2d5154 /src/nautilus-autorun-software.c | |
parent | 92985445586076426463401b9e79385ae87a81c0 (diff) | |
download | nautilus-5c213a6be69282e2615ce0d4c11d021b5ff754ef.tar.gz |
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=774288
Diffstat (limited to 'src/nautilus-autorun-software.c')
-rw-r--r-- | src/nautilus-autorun-software.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-autorun-software.c b/src/nautilus-autorun-software.c index 6195a3e74..e9003f861 100644 --- a/src/nautilus-autorun-software.c +++ b/src/nautilus-autorun-software.c @@ -221,7 +221,7 @@ present_autorun_for_software_dialog (GMount *mount) mount_name); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", - _("If you don't trust this location or aren't sure, press Cancel.")); + _("If you don’t trust this location or aren’t sure, press Cancel.")); /* This is required because we don't show dialogs in the * window picker and if the window pops under another window |