[Xfce4-commits] <xfce4-notifyd:master> Fix grammatical error.

Jérôme Guelfucci noreply at xfce.org
Sun Oct 27 17:24:01 CET 2013


Updating branch refs/heads/master
         to 8b9eb8b9a94fa5443ae14484b878aca3287be152 (commit)
       from 289c46e3723c17a54f7b26306efa651c2be0b36f (commit)

commit 8b9eb8b9a94fa5443ae14484b878aca3287be152
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Oct 27 17:18:44 2013 +0100

    Fix grammatical error.

 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 b0f6d26..5977749 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -55,7 +55,7 @@ xfce_notifyd_config_show_notification_preview(GtkWindow *parent_window)
 
     notification =
         notify_notification_new(_("Notification Preview"),
-                                _("This is how notifications will look like"),
+                                _("This is what notifications will look like"),
                                 "xfce4-notifyd");
 
     notify_notification_add_action(notification,


More information about the Xfce4-commits mailing list