[gnome-commander] i18n: 'Other...' -> 'Other _Application...'
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] i18n: 'Other...' -> 'Other _Application...'
- Date: Sun, 21 Nov 2010 23:07:11 +0000 (UTC)
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]