[Xfce4-commits] r29104 - xfce-mcs-plugins/branches/xfce_4_4/plugins/ui_plugin

Olivier Fourdan olivier at xfce.org
Tue Jan 6 09:52:03 CET 2009


Author: olivier
Date: 2009-01-06 08:52:02 +0000 (Tue, 06 Jan 2009)
New Revision: 29104

Modified:
   xfce-mcs-plugins/branches/xfce_4_4/plugins/ui_plugin/ui_plugin.c
Log:
Fix capitalization - patch from Michael Gilbbert <michael.s.gilbert at gmail.com> (bug #3286)

Modified: xfce-mcs-plugins/branches/xfce_4_4/plugins/ui_plugin/ui_plugin.c
===================================================================
--- xfce-mcs-plugins/branches/xfce_4_4/plugins/ui_plugin/ui_plugin.c	2009-01-06 00:25:06 UTC (rev 29103)
+++ xfce-mcs-plugins/branches/xfce_4_4/plugins/ui_plugin/ui_plugin.c	2009-01-06 08:52:02 UTC (rev 29104)
@@ -1183,7 +1183,7 @@
     create_channel(mcs_plugin);
     mcs_plugin->plugin_name = g_strdup(PLUGIN_NAME);
     /* the button label in the xfce-mcs-manager dialog */
-    mcs_plugin->caption = g_strdup(Q_ ("Button Label|User interface"));
+    mcs_plugin->caption = g_strdup(Q_ ("Button Label|User Interface"));
     mcs_plugin->run_dialog = run_dialog;
     mcs_manager_notify(mcs_plugin->manager, CHANNEL);
     mcs_plugin->icon = xfce_themed_icon_load ("xfce4-ui", 48);




More information about the Xfce4-commits mailing list