Browse Source

refine README

Le Tan 4 years ago
parent
commit
8391014b38
2 changed files with 2 additions and 2 deletions
  1. BIN
      pics/main.png
  2. 2 2
      src/widgets/dialogs/exportdialog.cpp

BIN
pics/main.png


+ 2 - 2
src/widgets/dialogs/exportdialog.cpp

@@ -671,7 +671,7 @@ QWidget *ExportDialog::getPdfAdvancedSettings()
         }
 
         {
-            m_allInOneCheckBox = WidgetsFactory::createCheckBox(tr("All-In-One"), widget);
+            m_allInOneCheckBox = WidgetsFactory::createCheckBox(tr("All-in-One"), widget);
             m_allInOneCheckBox->setToolTip(tr("Export all source files into one file"));
             connect(m_useWkhtmltopdfCheckBox, &QCheckBox::stateChanged,
                     this, [this](int p_state) {
@@ -767,7 +767,7 @@ QWidget *ExportDialog::getCustomAdvancedSettings()
         }
 
         {
-            m_allInOneCheckBox = WidgetsFactory::createCheckBox(tr("All-In-One"), widget);
+            m_allInOneCheckBox = WidgetsFactory::createCheckBox(tr("All-in-One"), widget);
             m_allInOneCheckBox->setToolTip(tr("Export all source files into one file"));
             m_allInOneCheckBox->setEnabled(false);
             layout->addRow(m_allInOneCheckBox);