diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-02 11:42:01 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-02 11:43:37 -0300 |
commit | 8856f3fd19fa1617b716ce1c8b9d3a3281a8398d (patch) | |
tree | 077769e7d998199d4c05440fb8e3b4a6abce73b7 | |
parent | 614f588c603832586a175c6d8a96b4499c0518d1 (diff) |
Fix typo, closes #3615.
-rw-r--r-- | changes/bug_3615-wizard-typo | 1 | ||||
-rw-r--r-- | src/leap/bitmask/gui/ui/wizard.ui | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug_3615-wizard-typo b/changes/bug_3615-wizard-typo new file mode 100644 index 00000000..89e18174 --- /dev/null +++ b/changes/bug_3615-wizard-typo @@ -0,0 +1 @@ + o Fix typo in wizard: stablish -> establish. Closes #3615. diff --git a/src/leap/bitmask/gui/ui/wizard.ui b/src/leap/bitmask/gui/ui/wizard.ui index 3b8f1215..570c01a9 100644 --- a/src/leap/bitmask/gui/ui/wizard.ui +++ b/src/leap/bitmask/gui/ui/wizard.ui @@ -183,7 +183,7 @@ <item row="2" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> - <string>Can we stablish a secure connection?</string> + <string>Can we establish a secure connection?</string> </property> </widget> </item> |