[nautilus] nautilus-view: Use singular even if not necessary



commit 168adccb55633e3612e5dab5813243f72ac2465b
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Feb 3 10:03:55 2015 +0100

    nautilus-view: Use singular even if not necessary
    
    Even if the singular form is never used, we have to put the
    sentence in singular for the singular form for ngettext

 src/nautilus-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index be86cd4..a5d12d2 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);


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