[Xfce4-commits] [panel-plugins/xfce4-time-out-plugin] 01/01: make strings translatable (fixes #8716)
noreply at xfce.org
noreply at xfce.org
Sat Dec 16 13:09:19 CET 2017
This is an automated email from the git hooks/post-receive script.
l a n d r y 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-time-out-plugin.
commit 0e07cd3a58f931a81ea3ed1e4da8fde8d0b526bf
Author: Iris Ilexiris <iris.ilexiris at 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.
More information about the Xfce4-commits
mailing list