diff options
Diffstat (limited to 'src/tdebluezauth/main.cpp')
-rw-r--r-- | src/tdebluezauth/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tdebluezauth/main.cpp b/src/tdebluezauth/main.cpp index 98ca19e..f8adeca 100644 --- a/src/tdebluezauth/main.cpp +++ b/src/tdebluezauth/main.cpp @@ -42,7 +42,7 @@ static TDECmdLineOptions options[] = int main(int argc, char *argv[]) { - TDELocale::setMainCatalogue("tdebluetooth"); + TDELocale::setMainCatalogue("tdebluez"); TDEAboutData aboutData("tdebluezauth", I18N_NOOP("TDEBluezAuth"), 0, @@ -64,8 +64,8 @@ int main(int argc, char *argv[]) if (!a.isConnectedToDBUS()) { - KMessageBox::error(NULL,i18n("Can't connect to DBus!\nUnable to start tdebluezauth. \n\n \ - Restart dbus and the bluetooth service")); + KMessageBox::error(NULL,i18n("Can't connect to DBus!\nUnable to start tdebluezauth.\n\n" + "Restart dbus and the bluetooth service")); KUniqueApplication::kApplication()->quit(); return -1; } |