summaryrefslogtreecommitdiff
path: root/src/nautilus-window-slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-window-slot.c')
-rw-r--r--src/nautilus-window-slot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index fe6f3748a..b53a3378b 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -1363,7 +1363,7 @@ nautilus_window_slot_display_view_selection_failure (NautilusWindow *window,
}
else
{
- detail_message = g_strdup (_("This location doesn't appear to be a folder."));
+ detail_message = g_strdup (_("This location doesn’t appear to be a folder."));
}
}
else if (error->domain == G_IO_ERROR)
@@ -1400,7 +1400,7 @@ nautilus_window_slot_display_view_selection_failure (NautilusWindow *window,
case G_IO_ERROR_PERMISSION_DENIED:
{
- detail_message = g_strdup (_("Don't have permission to access the requested location."));
+ detail_message = g_strdup (_("Don’t have permission to access the requested location."));
}
break;