mirror of
https://github.com/naruxde/revpicommander.git
synced 2026-08-16 13:47:04 +02:00
refactor: Improve GUI text and translations
Signed-off-by: Sven Sager <s.sager@kunbus.com>
This commit is contained in:
committed by
Sven Sager
parent
f08ea8ebc6
commit
6504fe962b
+4
-4
@@ -26,7 +26,7 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="lbl_username">
|
||||
<property name="text">
|
||||
<string>SSH username:</string>
|
||||
<string>SSH user name:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -53,10 +53,10 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbx_save_password">
|
||||
<property name="toolTip">
|
||||
<string>Username and password will be saved in secured operating systems's password storage.</string>
|
||||
<string>Save user name and password in secure password storage.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save username and password</string>
|
||||
<string>Save user name and password</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -79,7 +79,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Note: The default user for SSH is "pi" which differs from the web configuration. You can find the password on the sticker on the device.</string>
|
||||
<string>Default SSH user is "pi". The device password is on the RevPi housing sticker.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user