summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-11-10 14:18:49 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-11-11 17:02:12 -0300
commitb6db2310f7595bdd6b93a2cab5680abbe5ce6599 (patch)
tree1e6bf40410aad80af1fb3efcaac8505c4ddda7b8
parentf4b0c01b6737e4266f12276e6b2a058bf3c0f743 (diff)
[i18n] do not translate https label text
-rw-r--r--changes/next-changelog.rst1
-rw-r--r--src/leap/bitmask/gui/ui/wizard.ui4
2 files changed, 3 insertions, 2 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst
index 22af9bd8..c40257b8 100644
--- a/changes/next-changelog.rst
+++ b/changes/next-changelog.rst
@@ -21,6 +21,7 @@ Bugfixes
- `#7585 <https://leap.se/code/issues/7585>`_: Open email help link on browser.
- `#7598 <https://leap.se/code/issues/7598>`_: Fix errback on InvalidAuthToken.
- `#1235 <https://leap.se/code/issues/1235>`_: Description for the fixed stuff corresponding with issue #1235.
+- Do not translate 'https' text on QLabel.
- Bugfix without related issue number.
Misc
diff --git a/src/leap/bitmask/gui/ui/wizard.ui b/src/leap/bitmask/gui/ui/wizard.ui
index b125577e..37226d13 100644
--- a/src/leap/bitmask/gui/ui/wizard.ui
+++ b/src/leap/bitmask/gui/ui/wizard.ui
@@ -316,7 +316,7 @@
<item row="1" column="1">
<widget class="QLabel" name="label">
<property name="text">
- <string>https://</string>
+ <string notr="true">https://</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -339,7 +339,7 @@
<item row="0" column="1">
<widget class="QLabel" name="label_8">
<property name="text">
- <string>https://</string>
+ <string notr="true">https://</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>