diff --git a/gui/adddownloaddialog.ui b/gui/adddownloaddialog.ui index f09aa7e..62e7385 100644 --- a/gui/adddownloaddialog.ui +++ b/gui/adddownloaddialog.ui @@ -126,7 +126,7 @@ - adjust ... + Adjust ... diff --git a/gui/proxypage.ui b/gui/proxypage.ui index d2246eb..7296a07 100644 --- a/gui/proxypage.ui +++ b/gui/proxypage.ui @@ -2,14 +2,6 @@ QtGui::ProxyPage - - - 0 - 0 - 245 - 220 - - Proxy diff --git a/gui/settings.cpp b/gui/settings.cpp index a08968c..2392f8b 100644 --- a/gui/settings.cpp +++ b/gui/settings.cpp @@ -171,7 +171,7 @@ QWidget *UiPage::setupWidget() mainWindowLabel->setStyleSheet(QStringLiteral("font-weight: bold;")); layout->addWidget(mainWindowLabel); layout->addWidget( - m_multiSelectionCheckBox = new QCheckBox(QApplication::translate("QtGui::GeneralUiOptionPage", "enable multi-selection"), widget)); + m_multiSelectionCheckBox = new QCheckBox(QApplication::translate("QtGui::GeneralUiOptionPage", "Enable multi-selection"), widget)); widget->setLayout(layout); return widget; } @@ -346,7 +346,7 @@ QWidget *MiscPage::setupWidget() widget->setWindowTitle(QApplication::translate("QtGui::NetworkMiscOptionPage", "Misc")); QVBoxLayout *layout = new QVBoxLayout(widget); layout->addWidget( - m_redirectCheckBox = new QCheckBox(QApplication::translate("QtGui::NetworkMiscOptionPage", "follow redirections without asking"), widget)); + m_redirectCheckBox = new QCheckBox(QApplication::translate("QtGui::NetworkMiscOptionPage", "Follow redirections without asking"), widget)); widget->setLayout(layout); return widget; } diff --git a/gui/targetpage.ui b/gui/targetpage.ui index d2aea90..4f624f4 100644 --- a/gui/targetpage.ui +++ b/gui/targetpage.ui @@ -2,14 +2,6 @@ QtGui::TargetPage - - - 0 - 0 - 331 - 180 - - Target directory @@ -138,14 +130,14 @@ - don't ask before overwriting existing files + Don't ask before overwriting existing files - ask only where to save files if there is no appropriate filename + Ask only where to save files if there is no appropriate filename true diff --git a/gui/useragentpage.ui b/gui/useragentpage.ui index 34e69d3..c57b46a 100644 --- a/gui/useragentpage.ui +++ b/gui/useragentpage.ui @@ -2,14 +2,6 @@ QtGui::UserAgentPage - - - 0 - 0 - 239 - 68 - - HTTP user agent