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
-5
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Program information</string>
|
||||
<string>Program Information</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0" colspan="3">
|
||||
@@ -24,7 +24,7 @@
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>RevPi Python PLC - Commander</string>
|
||||
<string>RevPi Commander (Python/PLC)</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
@@ -114,8 +114,7 @@
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>RevPiModIO, RevPiPyLoad and RevPiPyControl are community driven projects. They are all free and open source software.
|
||||
All of them comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
|
||||
applicable law.
|
||||
All of them come with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
|
||||
|
||||
(c) Sven Sager, License: GPLv2</string>
|
||||
</property>
|
||||
@@ -140,7 +139,7 @@ applicable law.
|
||||
<item row="6" column="0" colspan="2">
|
||||
<widget class="QLabel" name="lbl_link">
|
||||
<property name="text">
|
||||
<string notr="true"><html><head/><body><p><a href="https://revpimodio.org/"><span style=" text-decoration: underline; color:#0000ff;">https://revpimodio.org/</span></a></p></body></html></string>
|
||||
<string notr="true"><html><head/><body><p><a href="https://revpimodio2.readthedocs.io/en/latest/"><span style=" text-decoration: underline; color:#0000ff;">https://revpimodio2.readthedocs.io/en/latest/</span></a></p></body></html></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user