summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Applet/CCApplet.cpp')
-rw-r--r--src/Applet/CCApplet.cpp2
1 files changed, 1 insertions, 1 deletions
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)