string fixes
This commit is contained in:
@@ -6128,7 +6128,7 @@
|
||||
<widget class="QStatusBar" name="statusbar" />
|
||||
<action name="actionNewGame" >
|
||||
<property name="text" >
|
||||
<string>Start local Game ...</string>
|
||||
<string>Start Local Game ...</string>
|
||||
</property>
|
||||
<property name="shortcut" >
|
||||
<string>Ctrl+N</string>
|
||||
|
||||
@@ -384,7 +384,7 @@ p, li { white-space: pre-wrap; }
|
||||
<widget class="QComboBox" name="comboBox_engineVersion" >
|
||||
<item>
|
||||
<property name="text" >
|
||||
<string>0.4 (actual)</string>
|
||||
<string>0.4 (current)</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<widget class="QTreeWidget" name="treeWidget" >
|
||||
<column>
|
||||
<property name="text" >
|
||||
<string> Connected Player </string>
|
||||
<string>Connected Players</string>
|
||||
</property>
|
||||
</column>
|
||||
</widget>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<widget class="QTreeWidget" name="treeWidget" >
|
||||
<column>
|
||||
<property name="text" >
|
||||
<string> Connected Player </string>
|
||||
<string>Connected Players</string>
|
||||
</property>
|
||||
</column>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user