summaryrefslogtreecommitdiff
path: root/src/nautilus-operations-ui-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-operations-ui-manager.c')
-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)