summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/selectprofileform.cpp10
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")