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