From 9b981dbeb9de74f1decd1546004f6faa9a858d00 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 30 Dec 2019 21:58:54 +0100 Subject: [PATCH] Make labels more consistent --- gui/adddownloaddialog.ui | 2 +- gui/proxypage.ui | 8 -------- gui/settings.cpp | 4 ++-- gui/targetpage.ui | 12 ++---------- gui/useragentpage.ui | 8 -------- 5 files changed, 5 insertions(+), 29 deletions(-) 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