[vinagre] Add missing mnemonic. Closes #611752.
- From: Jonh Wendell <jwendell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Add missing mnemonic. Closes #611752.
- Date: Sat, 5 Jun 2010 15:01:46 +0000 (UTC)
commit 0e80ff882ce41891667261fc5971083d88eaf0a5
Author: Jonh Wendell <jwendell gnome org>
Date: Sat Jun 5 12:00:08 2010 -0300
Add missing mnemonic. Closes #611752.
Thanks to Marcus Carlson for the patches.
plugins/vnc/vinagre-vnc-tab.c | 2 +-
vinagre/vinagre-ui.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/vnc/vinagre-vnc-tab.c b/plugins/vnc/vinagre-vnc-tab.c
index cdb675f..99afbc9 100644
--- a/plugins/vnc/vinagre-vnc-tab.c
+++ b/plugins/vnc/vinagre-vnc-tab.c
@@ -681,7 +681,7 @@ create_initialized_actions (VinagreVncTab *tab)
a->paths[1] = g_strdup ("/ToolBar");
a->paths[2] = NULL;
a->action = gtk_action_new ("VNCMachineSendCtrlAltDel",
- _("Send Ctrl-Alt-Del"),
+ _("_Send Ctrl-Alt-Del"),
_("Sends Ctrl+Alt+Del to the remote machine"),
"preferences-desktop-keyboard-shortcuts");
gtk_action_set_is_important (a->action, TRUE);
diff --git a/vinagre/vinagre-ui.h b/vinagre/vinagre-ui.h
index bcc8d73..775e0f9 100644
--- a/vinagre/vinagre-ui.h
+++ b/vinagre/vinagre-ui.h
@@ -89,7 +89,7 @@ static const GtkActionEntry vinagre_machine_connected_entries[] =
static const GtkActionEntry vinagre_machine_initialized_entries[] =
{
/* Machine menu */
- { "MachineTakeScreenshot", "applets-screenshooter", N_("Take screenshot"), NULL,
+ { "MachineTakeScreenshot", "applets-screenshooter", N_("_Take screenshot"), NULL,
N_("Take a screenshot of active connection"), G_CALLBACK (vinagre_cmd_machine_take_screenshot) },
/* View menu */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]