diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-01-03 03:15:12 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-01-03 03:15:12 +0100 |
commit | 15aaded80bd6e978dbfaa5213df82624842bb9c9 (patch) | |
tree | 45c2e0c656e60139032fc1b62f74bfad4fc8d910 /application/pages/global/ProxyPage.ui | |
parent | b9b5a82c2e0893aac94803c306f8f8fb73f4f909 (diff) | |
download | MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.tar MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.tar.gz MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.tar.lz MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.tar.xz MultiMC-15aaded80bd6e978dbfaa5213df82624842bb9c9.zip |
GH-1313 remove or disable some translateable strings
Diffstat (limited to 'application/pages/global/ProxyPage.ui')
-rw-r--r-- | application/pages/global/ProxyPage.ui | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/application/pages/global/ProxyPage.ui b/application/pages/global/ProxyPage.ui index 7cddd66d..1330a82e 100644 --- a/application/pages/global/ProxyPage.ui +++ b/application/pages/global/ProxyPage.ui @@ -16,13 +16,6 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="windowTitle"> - <string>Settings</string> - </property> - <property name="windowIcon"> - <iconset> - <normaloff>:/icons/toolbar/settings</normaloff>:/icons/toolbar/settings</iconset> - </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="leftMargin"> <number>0</number> @@ -40,7 +33,7 @@ <widget class="QTabWidget" name="tabWidget"> <widget class="QWidget" name="tabWidgetPage1" native="true"> <attribute name="title"> - <string/> + <string notr="true"></string> </attribute> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -104,7 +97,7 @@ <item> <widget class="QLineEdit" name="proxyAddrEdit"> <property name="placeholderText"> - <string>127.0.0.1</string> + <string notr="true">127.0.0.1</string> </property> </widget> </item> |