Improved use of English on activate screen #4168
This commit is contained in:
parent
bca57674d0
commit
5e580e5266
|
@ -128,7 +128,7 @@
|
|||
<item>
|
||||
<widget class="QRadioButton" name="m_pRadioButtonActivate">
|
||||
<property name="text">
|
||||
<string>I have purchased and would like to activate...</string>
|
||||
<string>&Activate now...</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
|
@ -201,7 +201,7 @@
|
|||
<item row="2" column="1">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string><a href="https://synergy-project.org/account/reset/">Forget password</a></string>
|
||||
<string><a href="https://synergy-project.org/account/reset/">Forgot password</a></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
|
@ -229,7 +229,7 @@
|
|||
<item>
|
||||
<widget class="QRadioButton" name="m_pRadioButtonSkip">
|
||||
<property name="text">
|
||||
<string>I would like to skip activation</string>
|
||||
<string>&Skip activation</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue