[Xfce4-commits] <xfce4-embed-plugin:master> Added mnemonics to configuration dialog.

David Schneider noreply at xfce.org
Sun Jan 1 21:44:31 CET 2012


Updating branch refs/heads/master
         to 1ebb6b3a04af7ac92a1d2729bb39c07d5fc9055b (commit)
       from 2e0c263e559d65716c86f0be1274ff899a4511e9 (commit)

commit 1ebb6b3a04af7ac92a1d2729bb39c07d5fc9055b
Author: David Schneider <dnschneid at gmail.com>
Date:   Fri Dec 30 16:01:51 2011 -0500

    Added mnemonics to configuration dialog.

 panel-plugin/embed-dialogs.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/embed-dialogs.c b/panel-plugin/embed-dialogs.c
index edc3ab5..828cd01 100644
--- a/panel-plugin/embed-dialogs.c
+++ b/panel-plugin/embed-dialogs.c
@@ -218,23 +218,23 @@ embed_configure (XfcePanelPlugin *plugin, EmbedPlugin *embed)
     ADD2(label, widget);
 
   /* proc_name */
-  ENTRY(_("Process name"), _("Match the window's application's process name\n"
+  ENTRY(_("_Process name"), _("Match the window's application's process name\n"
                              "Leave blank if it is not a criterion"),
         embed->proc_name, embed_proc_name_changed);
 
   /* window_class */
-  ENTRY(_("Window class"), _("Match the window's class\n"
+  ENTRY(_("_Window class"), _("Match the window's class\n"
                              "Leave blank if it is not a criterion"),
         embed->window_class, embed_window_class_changed);
 
   /* window_regex */
-  ENTRY(_("Window title"), _("Match the window's title using a REGEX\n"
+  ENTRY(_("Window _title"), _("Match the window's title using a REGEX\n"
                              "Leave blank if it is not a criterion"),
         embed->window_regex, embed_window_regex_changed);
   embed_entry_set_good (GTK_ENTRY (widget), TRUE);
 
   /* label_fmt */
-  ENTRY(_("Label format"), _("Leave blank to hide the label\n"
+  ENTRY(_("_Label format"), _("Leave blank to hide the label\n"
         EMBED_LABEL_FMT_TITLE " expands to the embedded window's title"),
         embed->label_fmt, embed_label_fmt_changed);
 


More information about the Xfce4-commits mailing list