From 39d1eb82b56410e41ee8dccf5b2d6f3cad217996 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Mon, 12 Jul 2010 13:43:30 +0200 Subject: String updates --- src/Applet/CCApplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Applet/CCApplet.cpp') diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index c5046416..063df233 100644 --- a/src/Applet/CCApplet.cpp +++ b/src/Applet/CCApplet.cpp @@ -86,7 +86,7 @@ static GtkWidget *create_about_dialog() "Lapo Calamandrei", NULL}; - const char *comments = _("Notification area applet to notify user about " + const char *comments = _("Notification area applet that notifies users about " "issues detected by ABRT"); GtkWidget *about_d = gtk_about_dialog_new(); if (about_d) -- cgit