瀏覽代碼

refine README

Le Tan 4 年之前
父節點
當前提交
8391014b38
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      pics/main.png
  2. 2 2
      src/widgets/dialogs/exportdialog.cpp

二進制
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);