summaryrefslogtreecommitdiff
path: root/src/nautilus-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-view.c')
-rw-r--r--src/nautilus-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index be86cd42d..a5d12d2dd 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -6136,7 +6136,7 @@ update_selection_menu (NautilusView *view)
show_stop = (selection != NULL && selection_count == 1);
show_detect_media = (selection != NULL && selection_count == 1);
start_stop_type = G_DRIVE_START_STOP_TYPE_UNKNOWN;
- item_label = g_strdup_printf (ngettext ("New Folder with Selection (%'d Items)",
+ item_label = g_strdup_printf (ngettext ("New Folder with Selection (%'d Item)",
"New Folder with Selection (%'d Items)",
selection_count),
selection_count);