Browse Source

Reword login window: "Login" → "Load Profile"

thanks to @LittleVulpix suggestion

fixes #1898
pull/2253/head
Zetok Zalbavar 10 years ago
parent
commit
35a15f119e
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 6
      src/loginscreen.ui

6
src/loginscreen.ui

@ -784,7 +784,7 @@ margin-bottom:5px;</string> @@ -784,7 +784,7 @@ margin-bottom:5px;</string>
<string>If the profile does not have a password, qTox can skip the login screen</string>
</property>
<property name="text">
<string>Login automatically</string>
<string>Load automatically</string>
</property>
</widget>
</item>
@ -1006,7 +1006,7 @@ color:white; @@ -1006,7 +1006,7 @@ color:white;
background-color:#6cc865;</string>
</property>
<property name="text">
<string>Login</string>
<string>Load</string>
</property>
<property name="flat">
<bool>true</bool>
@ -1121,7 +1121,7 @@ color:white;</string> @@ -1121,7 +1121,7 @@ color:white;</string>
color:white;</string>
</property>
<property name="text">
<string>Login</string>
<string>Load Profile</string>
</property>
<property name="flat">
<bool>true</bool>

Loading…
Cancel
Save