[gedit/gnome-3-8-backport] file browser: capitalize menu item names
- From: Adam Dingle <adamd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gnome-3-8-backport] file browser: capitalize menu item names
- Date: Sun, 20 Oct 2013 19:37:16 +0000 (UTC)
commit b67cc799aeadbae7ce64316e1602658b0721e9be
Author: Adam Dingle <adam yorba org>
Date: Sun Oct 20 15:30:12 2013 -0400
file browser: capitalize menu item names
https://bugzilla.gnome.org/show_bug.cgi?id=697552
plugins/filebrowser/gedit-file-browser-plugin.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/filebrowser/gedit-file-browser-plugin.c b/plugins/filebrowser/gedit-file-browser-plugin.c
index c30fb22..661b236 100644
--- a/plugins/filebrowser/gedit-file-browser-plugin.c
+++ b/plugins/filebrowser/gedit-file-browser-plugin.c
@@ -555,14 +555,14 @@ on_selection_changed_cb (GtkTreeSelection *selection,
static GtkActionEntry extra_actions[] =
{
- {"SetActiveRoot", GTK_STOCK_JUMP_TO, N_("_Set root to active document"),
+ {"SetActiveRoot", GTK_STOCK_JUMP_TO, N_("_Set Root to Active Document"),
NULL,
N_("Set the root to the active document location"),
G_CALLBACK (on_action_set_active_root)}
};
static GtkActionEntry extra_single_selection_actions[] = {
- {"OpenTerminal", "utilities-terminal", N_("_Open terminal here"),
+ {"OpenTerminal", "utilities-terminal", N_("Open in _Terminal"),
NULL,
N_("Open a terminal at the currently opened directory"),
G_CALLBACK (on_action_open_terminal)}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]