]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/additionalinfodialog.cpp
Take care to not reset the preview-settings if they have not been changed.
[dolphin.git] / src / settings / additionalinfodialog.cpp
index 9a56c2bca06c87acc1558516be2c26bf9a5a3dc9..ef08795e5808698a04f34b6060ff2b780eebbe23 100644 (file)
@@ -43,7 +43,7 @@ AdditionalInfoDialog::AdditionalInfoDialog(QWidget* parent,
 
     // Add header
     QLabel* header = new QLabel(mainWidget);
-    header->setText(i18nc("@label", "Select which additional information should be shown."));
+    header->setText(i18nc("@label", "Select which additional information should be shown:"));
     header->setWordWrap(true);
     layout->addWidget(header);