Fix an unwanted indentation in an error message.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/16/head
Slávek Banko 1 year ago
parent 2aa84fa41a
commit e3640e97ae
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -67,8 +67,8 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
if (!a.isConnected())
{
KMessageBox::error(NULL, i18n("Can't connect to DBus!\nUnable to start tdebluez. \n\n \
Restart dbus and the bluetooth service"));
KMessageBox::error(NULL, i18n("Can't connect to DBus!\nUnable to start tdebluez.\n\n"
"Restart dbus and the bluetooth service"));
// debug message for testing
std::cerr << i18n("Can't connect to DBus!\n").local8Bit();
KUniqueApplication::kApplication()->quit();

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-03-22 18:20+0000\n"
"POT-Creation-Date: 2023-03-30 16:28+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -561,9 +561,9 @@ msgstr ""
#: tdebluez/main.cpp:70
msgid ""
"Can't connect to DBus!\n"
"Unable to start tdebluez. \n"
"Unable to start tdebluez.\n"
"\n"
" \t\t\t\t\t\t\tRestart dbus and the bluetooth service"
"Restart dbus and the bluetooth service"
msgstr ""
#: tdebluez/main.cpp:73

Loading…
Cancel
Save