[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Tweak strings of clear log dialog

noreply at xfce.org noreply at xfce.org
Fri Feb 16 23:30:29 CET 2018


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 d3ee4120d7b8d789083f5d0b452b4df4f5e6cfc1
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Feb 16 23:30:08 2018 +0100

    Tweak strings of clear log dialog
---
 common/xfce-notify-log.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/xfce-notify-log.c b/common/xfce-notify-log.c
index 1b9f23d..098b070 100644
--- a/common/xfce-notify-log.c
+++ b/common/xfce-notify-log.c
@@ -339,7 +339,7 @@ GtkWidget *xfce_notify_clear_log_dialog (void)
     GtkWidget *dialog, *grid, *icon, *label, *content_area, *checkbutton;
     GtkDialogFlags flags = GTK_DIALOG_MODAL;
     gchar *message;
-    const char *str = _("Clear just the log or the icon cache too?");
+    const char *str = _("Do you really want to clear the notification log?");
     const char *format = "<span weight='bold' size='large'>%s</span>";
     char *markup;
 
@@ -361,7 +361,7 @@ GtkWidget *xfce_notify_clear_log_dialog (void)
 
     icon = gtk_image_new_from_icon_name ("edit-clear", GTK_ICON_SIZE_DIALOG);
 
-    message = g_strdup_printf ("%s (%s)",_("Clear icon cache"), xfce_notify_get_icon_cache_size ());
+    message = g_strdup_printf ("%s (%s)",_("include icon cache"), xfce_notify_get_icon_cache_size ());
     label = gtk_label_new (NULL);
     markup = g_markup_printf_escaped (format, str);
     gtk_label_set_markup (GTK_LABEL (label), markup);

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


More information about the Xfce4-commits mailing list