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

landry pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-time-out-plugin.

commit 0e07cd3a58f931a81ea3ed1e4da8fde8d0b526bf
Author: Iris Ilexiris <iris.ilexi...@gmail.com>
Date:   Sat Dec 16 13:09:11 2017 +0100

    make strings translatable (fixes #8716)
---
 panel-plugin/time-out.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c
index 0546d92..83da864 100644
--- a/panel-plugin/time-out.c
+++ b/panel-plugin/time-out.c
@@ -208,7 +208,7 @@ time_out_new (XfcePanelPlugin *plugin)
   gtk_widget_show (time_out->panel_icon);
 
   /* Create label for displaying the remaining time until the next break */
-  time_out->time_label = gtk_label_new ("Inactive");
+  time_out->time_label = gtk_label_new (_("Inactive"));
   gtk_misc_set_alignment (GTK_MISC (time_out->time_label), 0.5, 0.5);
   gtk_box_pack_start (GTK_BOX (time_out->hvbox), time_out->time_label, TRUE, 
TRUE, 0);
   gtk_widget_show (time_out->time_label);
@@ -598,7 +598,7 @@ time_out_configure (XfcePanelPlugin *plugin,
   gtk_widget_show (vbox);
 
   /* Create note label */
-  label = gtk_label_new("Note: Icon and time cannot be hidden 
simultaneously.");
+  label = gtk_label_new(_("Note: Icon and time cannot be hidden 
simultaneously."));
   gtk_container_add (GTK_CONTAINER (vbox), label);
   gtk_widget_show(label);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to