[gnome-commander] i18n: 'Other...' -> 'Other _Application...'



commit c7ef90bdc19842a7412ce465717b87762cc6eb8f
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Mon Nov 22 00:06:44 2010 +0100

    i18n: 'Other...' -> 'Other _Application...'

 src/gnome-cmd-file-popmenu.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-file-popmenu.cc b/src/gnome-cmd-file-popmenu.cc
index d82a44d..f54019c 100644
--- a/src/gnome-cmd-file-popmenu.cc
+++ b/src/gnome-cmd-file-popmenu.cc
@@ -502,7 +502,7 @@ GtkWidget *gnome_cmd_file_popmenu_new (GnomeCmdFileList *fl)
 
     // Add open with other
     apps_uiinfo[++i].type = GNOME_APP_UI_ITEM;
-    apps_uiinfo[i].label = g_strdup (_("Other..."));
+    apps_uiinfo[i].label = g_strdup (_("Other _Application..."));
     apps_uiinfo[i].moreinfo = (gpointer) on_open_with_other;
     apps_uiinfo[i].user_data = files;
 



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