[nautilus] file-conflict-dialog: use a Unicode apostrophe in a new translatable string



commit b9c40a03329963adb6a701dc24c968c9f6432a9d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Mar 22 20:08:16 2017 +0100

    file-conflict-dialog: use a Unicode apostrophe in a new translatable string
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774288

 src/nautilus-operations-ui-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-operations-ui-manager.c b/src/nautilus-operations-ui-manager.c
index fd56e18..6f1d105 100644
--- a/src/nautilus-operations-ui-manager.c
+++ b/src/nautilus-operations-ui-manager.c
@@ -142,7 +142,7 @@ set_copy_move_dialog_text (FileConflictDialogData *data)
         {
             primary_text = g_strdup_printf (_("You are trying to replace the destination folder “%s” with a 
symbolic link."),
                                             destination_name);
-            message = g_strdup_printf(_("This is not allowed in order to avoid the deletion of the 
destination folder's contents."));
+            message = g_strdup_printf(_("This is not allowed in order to avoid the deletion of the 
destination folder’s contents."));
             message_extra = _("Please rename the symbolic link or press the skip button.");
         }
         else if (source_is_directory)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]