[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Make placeholder string translateable

noreply at xfce.org noreply at xfce.org
Tue Oct 10 07:50:50 CEST 2017


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

o   c   h   o   s   i       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 apps/xfce4-notifyd.

commit 87f417d6b90a0242b89018596e99807a52685386
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Oct 10 07:50:21 2017 +0200

    Make placeholder string translateable
---
 xfce4-notifyd-config/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index 0c306ff..cb9d204 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -918,8 +918,8 @@ xfce4_notifyd_config_setup_dialog(GtkBuilder *builder)
     log_widgets.log_listbox = gtk_list_box_new ();
     gtk_container_add (GTK_CONTAINER (log_scrolled_window), log_widgets.log_listbox);
     gtk_list_box_set_header_func (GTK_LIST_BOX (log_widgets.log_listbox), display_header_func, NULL, NULL);
-    placeholder_label = placeholder_label_new ("<big><b>Empty log</b></big>"
-                                               "\nNo notifications have been logged yet.");
+    placeholder_label = placeholder_label_new (_("<big><b>Empty log</b></big>"
+                                                 "\nNo notifications have been logged yet."));
     gtk_list_box_set_placeholder (GTK_LIST_BOX (log_widgets.log_listbox), placeholder_label);
     gtk_widget_show_all (placeholder_label);
 

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


More information about the Xfce4-commits mailing list