[Xfce4-commits] [apps/xfce4-notifyd] 27/29: Improve empty-log string
noreply at xfce.org
noreply at xfce.org
Sun Jan 29 20:52:17 CET 2017
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit 69ebca60436ae5925dc7becbbaed537713ca7fb5
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Jan 16 08:46:18 2017 +0100
Improve empty-log string
---
xfce4-notifyd-config/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index 7eaeb8d..748d502 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -784,7 +784,7 @@ xfce4_notifyd_config_setup_dialog(GtkBuilder *builder)
gtk_container_add (GTK_CONTAINER (log_scrolled_window), log_listbox);
gtk_list_box_set_header_func (GTK_LIST_BOX (log_listbox), display_header_func, NULL, NULL);
placeholder_label = placeholder_label_new ("<big><b>Empty log</b></big>"
- "\nSo far no notifications have been logged.");
+ "\nNo notifications have been logged yet.");
gtk_list_box_set_placeholder (GTK_LIST_BOX (log_listbox), placeholder_label);
gtk_widget_show_all (placeholder_label);
xfce4_notifyd_log_populate (log_listbox);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list