[gnome-commander] i18n: 'Open With...' -> Open Wit_h''
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] i18n: 'Open With...' -> Open Wit_h''
- Date: Sun, 21 Nov 2010 22:59:54 +0000 (UTC)
commit cb16d60729797a276dce6b1deba4939940b4aa07
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Sun Nov 21 23:56:59 2010 +0100
i18n: 'Open With...' -> Open Wit_h''
src/gnome-cmd-file-popmenu.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-file-popmenu.cc b/src/gnome-cmd-file-popmenu.cc
index 3c9b979..d82a44d 100644
--- a/src/gnome-cmd-file-popmenu.cc
+++ b/src/gnome-cmd-file-popmenu.cc
@@ -432,7 +432,7 @@ GtkWidget *gnome_cmd_file_popmenu_new (GnomeCmdFileList *fl)
static GnomeUIInfo open_uiinfo[] =
{
GNOMEUIINFO_ITEM_NONE(N_("_Open"), NULL, cb_exec_default),
- GNOMEUIINFO_SUBTREE(N_("Open With..."), apps_uiinfo),
+ GNOMEUIINFO_SUBTREE(N_("Open Wit_h"), apps_uiinfo),
GNOMEUIINFO_END
};
@@ -472,7 +472,7 @@ GtkWidget *gnome_cmd_file_popmenu_new (GnomeCmdFileList *fl)
GnomeCmdFile *f = (GnomeCmdFile *) files->data;
- // Fill the "Open with..." menu with applications
+ // Fill the "Open With" menu with applications
gint i = -1;
menu->priv->data_list = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]