From 1b3018cc7b4f4503293114ce46683890d5da3867 Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Wed, 3 Jun 2015 14:16:44 +0200 Subject: Remove a Diamondcard reference from text --- src/gui/selectprofileform.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/gui') 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.

"\ - "You can create a Diamondcard account to make worldwide "\ - "calls to regular and cell phones and send SMS messages.

"\ - "Choose what method you wish to use."), + "time.

") +#ifdef WITH_DIAMONDCARD + + tr ("You can create a Diamondcard account to make worldwide "\ + "calls to regular and cell phones and send SMS messages.

") +#endif + + tr("Choose what method you wish to use."), tr("&Wizard"), tr("&Profile editor") #ifdef WITH_DIAMONDCARD , tr("&Diamondcard") -- cgit v1.2.3