string update
This commit is contained in:
parent
40960d86bd
commit
f4c807c385
3 changed files with 9 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
<item>
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tabProfile">
|
||||
<attribute name="title">
|
||||
|
@ -111,7 +111,7 @@
|
|||
<item>
|
||||
<widget class="QRadioButton" name="rbPicDesktopRes">
|
||||
<property name="text">
|
||||
<string>Desktop Size: %1x%2</string>
|
||||
<string>Screen Resolution: %1x%2</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="114"/>
|
||||
<source>Desktop Size: %1x%2</source>
|
||||
<source>Screen Resolution: %1x%2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -163,9 +163,13 @@
|
|||
<translation>Standard Größe: %1x%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="114"/>
|
||||
<source>Desktop Size: %1x%2</source>
|
||||
<translation>Desktop Größe: %1x%2</translation>
|
||||
<translation type="vanished">Desktop Größe: %1x%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="114"/>
|
||||
<source>Screen Resolution: %1x%2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="121"/>
|
||||
|
|
Loading…
Reference in a new issue