summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-03-22 20:08:16 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2017-03-22 20:08:16 +0100
commitb9c40a03329963adb6a701dc24c968c9f6432a9d (patch)
treedf521b25011fe310d784fff311e1fba7ae665cd7
parent88d41bb5b57c91b864d6c6d4b2478a2091f6ee5c (diff)
downloadnautilus-b9c40a03329963adb6a701dc24c968c9f6432a9d.tar.gz
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
-rw-r--r--src/nautilus-operations-ui-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-operations-ui-manager.c b/src/nautilus-operations-ui-manager.c
index fd56e186b..6f1d10524 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)