diff options
Diffstat (limited to 'src/Applet/Applet.cpp')
| -rw-r--r-- | src/Applet/Applet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
