Added translation capabilities for "Unlock Storage Device" dialog box title.

This resolves issue #168.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 296796a8aa)
pull/182/head
Slávek Banko 4 years ago
parent 1a104c3c35
commit 49fdf53b96
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -23,7 +23,7 @@
#include "dialog.h"
Dialog::Dialog(TQString url, TQString iconName) :
KDialogBase(NULL, "Dialog", true, "Decrypt Storage Device", (Cancel|User1), User1, false, KGuiItem(i18n("Decrypt"), "decrypted" ))
KDialogBase(NULL, "Dialog", true, i18n("Unlock Storage Device"), (Cancel|User1), User1, false, KGuiItem(i18n("Unlock"), "decrypted" ))
{
decryptDialog = new DecryptDialog(this);

@ -23,7 +23,7 @@
#include "dialog.h"
Dialog::Dialog(TQString url, TQString iconName) :
KDialogBase(NULL, "Dialog", true, "Decrypt Storage Device", (Cancel|User1), User1, false, KGuiItem(i18n("Decrypt"), "decrypted" ))
KDialogBase(NULL, "Dialog", true, i18n("Unlock Storage Device"), (Cancel|User1), User1, false, KGuiItem(i18n("Unlock"), "decrypted" ))
{
decryptDialog = new DecryptDialog(this);

Loading…
Cancel
Save