[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 01/01: Change label "foreground color" to "text color"

noreply at xfce.org noreply at xfce.org
Wed Apr 25 01:03:12 CEST 2018


This is an automated email from the git hooks/post-receive script.

i   s   a   a   c   s   c   h   e   m   m       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-verve-plugin.

commit 63ff8a2678f397a0a905b0a5f18433c0bf4dd0b7
Author: Isaac Schemm <isaacschemm at gmail.com>
Date:   Tue Apr 24 08:41:46 2018 -0500

    Change label "foreground color" to "text color"
---
 panel-plugin/verve-plugin.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/verve-plugin.c b/panel-plugin/verve-plugin.c
index 65a1ff9..57659a3 100644
--- a/panel-plugin/verve-plugin.c
+++ b/panel-plugin/verve-plugin.c
@@ -2,7 +2,7 @@
  *            verve-plugin.c
  *
  *  Copyright © 2006-2007 Jannis Pohlmann <jannis at xfce.org>
- *  Copyright © 2015 Isaac Schemm <isaacschemm at gmail.com>
+ *  Copyright © 2015-2018 Isaac Schemm <isaacschemm at gmail.com>
  ****************************************************************************/
 
 /*
@@ -1276,7 +1276,7 @@ verve_plugin_properties (XfcePanelPlugin *plugin,
   gtk_widget_show (hbox);
 
   /* Plugin foreground color label */
-  fg_color_label = gtk_label_new (_("Foreground color:"));
+  fg_color_label = gtk_label_new (_("Text color:"));
   gtk_box_pack_start (GTK_BOX (hbox), fg_color_label, FALSE, TRUE, 0);
   gtk_widget_show (fg_color_label);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list