[gnome-panel] [panel] Fix Command mnemonic in launcher editor
- From: Vincent Untz <vuntz src gnome org>
 
- To: svn-commits-list gnome org
 
- Subject: [gnome-panel] [panel] Fix Command mnemonic in launcher editor
 
- Date: Thu, 18 Jun 2009 05:11:22 -0400 (EDT)
 
commit 95f7a96a6fa98ac7d9a9fffcca1004ff7863b996
Author: Vincent Untz <vuntz gnome org>
Date:   Thu Jun 18 11:06:19 2009 +0200
    [panel] Fix Command mnemonic in launcher editor
    
    The mnemonic was different if the launcher was using a terminal or not.
    This was introduced in http://bugzilla.gnome.org/show_bug.cgi?id=419780
    
    http://bugzilla.gnome.org/show_bug.cgi?id=559180
 gnome-panel/panel-ditem-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-panel/panel-ditem-editor.c b/gnome-panel/panel-ditem-editor.c
index e01a453..ab8a437 100644
--- a/gnome-panel/panel-ditem-editor.c
+++ b/gnome-panel/panel-ditem-editor.c
@@ -1159,7 +1159,7 @@ type_combo_changed (PanelDItemEditor *dialog)
 		}
 		break;
 	case PANEL_DITEM_EDITOR_TYPE_TERMINAL_APPLICATION:
-		text = _("_Command:");
+		text = _("Comm_and:");
 		if (dialog->priv->combo_setuped) {
 			panel_key_file_set_string (dialog->priv->key_file,
 						   "Type", "Application");
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]