diff options
| author | Tomás Touceda <chiiph@leap.se> | 2013-09-02 11:44:53 -0300 | 
|---|---|---|
| committer | Tomás Touceda <chiiph@leap.se> | 2013-09-02 11:44:53 -0300 | 
| commit | c0a413b1f77553732f6b18e533ceaed121a85227 (patch) | |
| tree | 077769e7d998199d4c05440fb8e3b4a6abce73b7 | |
| parent | 614f588c603832586a175c6d8a96b4499c0518d1 (diff) | |
| parent | 8856f3fd19fa1617b716ce1c8b9d3a3281a8398d (diff) | |
Merge remote-tracking branch 'ivan/bug/3615_wizard-establish-typo' into develop
| -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> | 
