diff --git a/src/services/standard/gui/formstandardimportexport.cpp b/src/services/standard/gui/formstandardimportexport.cpp
index e4d6eab87..1ced0865d 100755
--- a/src/services/standard/gui/formstandardimportexport.cpp
+++ b/src/services/standard/gui/formstandardimportexport.cpp
@@ -49,6 +49,7 @@ void FormStandardImportExport::setMode(const FeedsImportExportModel::Mode& mode)
m_ui->m_lblRootNode->setVisible(false);
m_ui->m_groupFile->setTitle(tr("Destination file"));
m_ui->m_groupFeeds->setTitle(tr("Source feeds && categories"));
+ m_ui->m_buttonBox->button(QDialogButtonBox::StandardButton::Ok)->setText(tr("&Export to file"));
setWindowTitle(tr("Export feeds"));
setWindowIcon(qApp->icons()->fromTheme(QSL("document-export")));
break;
@@ -58,6 +59,7 @@ void FormStandardImportExport::setMode(const FeedsImportExportModel::Mode& mode)
m_ui->m_groupFile->setTitle(tr("Source file"));
m_ui->m_groupFeeds->setTitle(tr("Target feeds && categories"));
m_ui->m_groupFeeds->setDisabled(true);
+ m_ui->m_buttonBox->button(QDialogButtonBox::StandardButton::Ok)->setText(tr("&Import from file"));
// Load categories.
loadCategories(m_serviceRoot->getSubTreeCategories(), m_serviceRoot);
diff --git a/src/services/standard/gui/formstandardimportexport.ui b/src/services/standard/gui/formstandardimportexport.ui
index b438067af..dd5314696 100755
--- a/src/services/standard/gui/formstandardimportexport.ui
+++ b/src/services/standard/gui/formstandardimportexport.ui
@@ -20,6 +20,18 @@
+
+ 3
+
+
+ 3
+
+
+ 3
+
+
+ 3
+
-
@@ -73,6 +85,18 @@
+
+ 3
+
+
+ 3
+
+
+ 3
+
+
+ 3
+
-
@@ -137,6 +161,18 @@
Operation results
+
+ 3
+
+
+ 3
+
+
+ 3
+
+
+ 3
+
-
@@ -154,6 +190,19 @@
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
-
@@ -176,10 +225,10 @@
m_btnSelectFile
+ m_cmbRootNode
m_btnCheckAllItems
m_btnUncheckAllItems
m_treeFeeds
- m_buttonBox