[gnome-commander] i18n: 'Sorting options' -> 'Sorting'



commit e11f20618ea4e4397d0eeb50a618f5807984279c
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Dec 17 18:20:52 2011 +0100

    i18n: 'Sorting options' -> 'Sorting'

 src/gnome-cmd-options-dialog.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-options-dialog.cc b/src/gnome-cmd-options-dialog.cc
index 5d08016..e07cc21 100644
--- a/src/gnome-cmd-options-dialog.cc
+++ b/src/gnome-cmd-options-dialog.cc
@@ -118,7 +118,7 @@ inline GtkWidget *create_general_tab (GtkWidget *parent, GnomeCmdData::Options &
 
     // Sort options
     cat_box = create_vbox (parent, FALSE, 0);
-    cat = create_category (parent, cat_box, _("Sorting options"));
+    cat = create_category (parent, cat_box, _("Sorting"));
     gtk_box_pack_start (GTK_BOX (vbox), cat, FALSE, TRUE, 0);
 
     check = create_check (parent, _("Case sensitive"), "case_sens_check");



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