From d6df945384494ab6e84f94cbb6e1c5afeeb2154b Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 1 Sep 2009 16:46:15 +0200 Subject: APPLET: changed tooltip rhbz#520293 --- src/Applet/Applet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Applet/Applet.cpp') diff --git a/src/Applet/Applet.cpp b/src/Applet/Applet.cpp index 0c2901b..3f6abb8 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(); -- cgit