summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-01 16:46:15 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-01 16:46:15 +0200
commitd6df945384494ab6e84f94cbb6e1c5afeeb2154b (patch)
treed062183adc9628ed2754100b6887c0fc065bebfc /src/Applet
parent98cb370ffb40eab57ed739ecdc47b875525f2b27 (diff)
downloadabrt-d6df945384494ab6e84f94cbb6e1c5afeeb2154b.tar.gz
abrt-d6df945384494ab6e84f94cbb6e1c5afeeb2154b.tar.xz
abrt-d6df945384494ab6e84f94cbb6e1c5afeeb2154b.zip
APPLET: changed tooltip rhbz#520293
Diffstat (limited to 'src/Applet')
-rw-r--r--src/Applet/Applet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp
index 0c2901ba..3f6abb8c 100644
--- a/src/Applet/Applet.cpp
+++ b/src/Applet/Applet.cpp
@@ -91,8 +91,8 @@ int main(int argc, char **argv)
applet->ConnectCrashHandler(crash_notify_cb);
if(!conn.has_name(CC_DBUS_NAME))
{
- std::cout << _("Daemon is not running.") << std::endl;
- applet->Disable(_("Daemon is not running."));
+ std::cout << _("ABRT service is not running") << std::endl;
+ applet->Disable(_("ABRT service is not running"));
}
gtk_main();