string fixes

This commit is contained in:
doitux
2007-06-05 22:08:35 +00:00
parent 07410740c5
commit 5562feb5ce
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -74,7 +74,7 @@
<widget class="QTreeWidget" name="treeWidget" >
<column>
<property name="text" >
<string> Connected Player </string>
<string>Connected Players</string>
</property>
</column>
</widget>
+1 -1
View File
@@ -23,7 +23,7 @@
<widget class="QTreeWidget" name="treeWidget" >
<column>
<property name="text" >
<string> Connected Player </string>
<string>Connected Players</string>
</property>
</column>
</widget>