[bijiben] Mark a string to translatable



commit ff1eae8f6a05998ddd6c997098508786d6a77709
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Fri Jan 24 01:57:43 2014 +0200

    Mark a string to translatable

 src/bjb-selection-toolbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-selection-toolbar.c b/src/bjb-selection-toolbar.c
index b70d43b..a4049cc 100644
--- a/src/bjb-selection-toolbar.c
+++ b/src/bjb-selection-toolbar.c
@@ -346,7 +346,7 @@ bjb_selection_toolbar_init (BjbSelectionToolbar *self)
   gtk_header_bar_pack_start (priv->bar, priv->toolbar_share);
 
   /* Detach */
-  priv->toolbar_detach = gtk_button_new_with_label ("Open in another window");
+  priv->toolbar_detach = gtk_button_new_with_label (_("Open in another window"));
   /*                                 not ready to be translated ^       */
   gtk_header_bar_pack_start (priv->bar, priv->toolbar_detach);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]