diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2015-06-03 14:16:44 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2015-06-03 14:18:00 +0200 |
commit | 1b3018cc7b4f4503293114ce46683890d5da3867 (patch) | |
tree | d4f509528e15c53eb564de2e6389e7e63a0ab57a /src/gui | |
parent | 23a1824e08ea34e660ab6a18d386bacd69a8f770 (diff) | |
download | twinkle-1b3018cc7b4f4503293114ce46683890d5da3867.tar twinkle-1b3018cc7b4f4503293114ce46683890d5da3867.tar.gz twinkle-1b3018cc7b4f4503293114ce46683890d5da3867.tar.lz twinkle-1b3018cc7b4f4503293114ce46683890d5da3867.tar.xz twinkle-1b3018cc7b4f4503293114ce46683890d5da3867.zip |
Remove a Diamondcard reference from text
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/selectprofileform.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/gui/selectprofileform.cpp b/src/gui/selectprofileform.cpp index 6c39d71..a7e50cb 100644 --- a/src/gui/selectprofileform.cpp +++ b/src/gui/selectprofileform.cpp @@ -116,10 +116,12 @@ int SelectProfileForm::execForm() "user profile. The wizard asks you only a few essential "\ "settings. If you create a user profile with the wizard you "\ "can still edit the full profile with the profile editor at a later "\ - "time.<br><br>"\ - "You can create a Diamondcard account to make worldwide "\ - "calls to regular and cell phones and send SMS messages.<br><br>"\ - "Choose what method you wish to use.</html>"), + "time.<br><br>") +#ifdef WITH_DIAMONDCARD + + tr ("You can create a Diamondcard account to make worldwide "\ + "calls to regular and cell phones and send SMS messages.<br><br>") +#endif + + tr("Choose what method you wish to use.</html>"), tr("&Wizard"), tr("&Profile editor") #ifdef WITH_DIAMONDCARD , tr("&Diamondcard") |