! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Untranslatable string
Status:
RESOLVED: FIXED
Product:
Xfce4-time-out-plugin
Component:
General

Comments

Description Masato Hashimoto 2012-04-17 14:28:22 CEST
label "Inactive" is untranslatable.

diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c
index cc204b7..d6663e8 100644
--- a/panel-plugin/time-out.c
+++ b/panel-plugin/time-out.c
@@ -203,7 +203,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, TR
   gtk_widget_show (time_out->time_label);
Comment 1 Landry Breuil editbugs 2014-11-23 21:45:01 CET
Mass-reassign all bugs from florian@ to goodies-dev@, thanks for the maintenance work! (and sorry for the bugmail spam..)
Comment 2 Iris Ilexiris 2017-12-13 12:05:04 CET
Created attachment 7487 
Make strings translatable.

Bug #8716

Reported by:
Masato Hashimoto
Reported on: 2012-04-17
Last modified on: 2017-12-16

People

Assignee:
Xfce-Goodies Maintainers
CC List:
2 users

Version

Attachments

Make strings translatable. (1016 bytes, patch)
2017-12-13 12:05 CET , Iris Ilexiris
no flags

Additional information