summaryrefslogtreecommitdiffstats
path: root/src/tdebluezauth/main.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-03-09 05:33:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-03-09 05:52:54 +0100
commit66c9d2a5920b30474b595603a79915d2be38cdbe (patch)
treec896bdcef6cba137863cebb6106c62a9fd01c6ca /src/tdebluezauth/main.cpp
parent0c8df48682481faa5249ab010e09d67af08e6457 (diff)
downloadtdebluez-66c9d2a5920b30474b595603a79915d2be38cdbe.tar.gz
tdebluez-66c9d2a5920b30474b595603a79915d2be38cdbe.zip
Added CMakeL10n rules.
Added template for translations. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/tdebluezauth/main.cpp')
-rw-r--r--src/tdebluezauth/main.cpp6
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;
}