Use correct catalog name in kded/kdeconnect.cpp
This commit is contained in:
parent
8fafdad584
commit
0686374bb5
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void initializeTermHandlers(QCoreApplication* app, Daemon* daemon)
|
|||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
KAboutData aboutData("kdeconnectd", "kdeconnectd",
|
||||
KAboutData aboutData("kdeconnectd", "kdeconnect-kded",
|
||||
ki18n("kdeconnect"),
|
||||
"0.1",
|
||||
ki18n("connect devices"),
|
||||
|
|
Loading…
Reference in a new issue