aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizard.cpp')
-rw-r--r--wizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard.cpp b/wizard.cpp
index 2fc5978..5921cda 100644
--- a/wizard.cpp
+++ b/wizard.cpp
@@ -257,7 +257,7 @@ void ImportFromGpg4usbPage::importFromOlderGpg4usb()
QSettings settings;
settings.setValue("wizard/nextPage", this->nextId());
- QMessageBox::information(0,tr("Configuration Imported"),tr("Imported Configuration from old gpg4usb.<br/>"
+ QMessageBox::information(0,tr("Configuration Imported"),tr("Imported Configuration from old gpg4usb.<br>"
"Will now restart to activate the configuration."));
// TODO: edit->maybesave?
qApp->exit(RESTART_CODE);