diff --git a/gui/pimsettingexporterwindow.cpp b/gui/pimsettingexporterwindow.cpp --- a/gui/pimsettingexporterwindow.cpp +++ b/gui/pimsettingexporterwindow.cpp @@ -199,11 +199,11 @@ KActionCollection *ac = actionCollection(); mBackupAction = ac->addAction(QStringLiteral("backup"), this, &PimSettingExporterWindow::slotBackupData); - mBackupAction->setText(i18n("Export Data...")); + mBackupAction->setText(i18n("Export Settings...")); mBackupAction->setEnabled(canZipFile); mRestoreAction = ac->addAction(QStringLiteral("restore"), this, &PimSettingExporterWindow::slotRestoreData); - mRestoreAction->setText(i18n("Import Data...")); + mRestoreAction->setText(i18n("Import Settings...")); mRestoreAction->setEnabled(canZipFile); mSaveLogAction = ac->addAction(QStringLiteral("save_log"), this, &PimSettingExporterWindow::slotSaveLog);