summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-07-15 16:57:48 +0200
committerKarel Klic <kklic@redhat.com>2010-07-15 16:57:48 +0200
commit8286fc320b1d4001c9552b5f41c86a9ff99d9737 (patch)
tree3422b25011e795992985cf58ba9095622d3c335e /src
parentff82eef8758c27397115a5b52a6d7b51878060b1 (diff)
downloadabrt-8286fc320b1d4001c9552b5f41c86a9ff99d9737.tar.gz
abrt-8286fc320b1d4001c9552b5f41c86a9ff99d9737.tar.xz
abrt-8286fc320b1d4001c9552b5f41c86a9ff99d9737.zip
A message change suggested by Silas
Diffstat (limited to 'src')
-rw-r--r--src/Applet/Applet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp
index b332c417..cd72ea1c 100644
--- a/src/Applet/Applet.cpp
+++ b/src/Applet/Applet.cpp
@@ -82,7 +82,7 @@ static void Crash(DBusMessage* signal)
}
}
- const char* message = _("A crash in package %s has been detected");
+ const char* message = _("A crash in the %s package has been detected");
if (package_name[0] == '\0')
message = _("A crash has been detected");
//applet->AddEvent(uid, package_name);