widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #02417
[Merge] lp:~widelands-dev/widelands/string_fix_headquarters into lp:widelands
GunChleoc has proposed merging lp:~widelands-dev/widelands/string_fix_headquarters into lp:widelands.
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/string_fix_headquarters/+merge/227543
Small string fix
--
https://code.launchpad.net/~widelands-dev/widelands/string_fix_headquarters/+merge/227543
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/string_fix_headquarters into lp:widelands.
=== modified file 'tribes/atlanteans/headquarters/help.lua'
--- tribes/atlanteans/headquarters/help.lua 2014-05-27 14:14:14 +0000
+++ tribes/atlanteans/headquarters/help.lua 2014-07-21 12:39:15 +0000
@@ -13,7 +13,7 @@
building_help_lore_string("atlanteans", building_description, _[[Text needed]], _[[Source needed]]) ..
--General Section
building_help_general_string("atlanteans", building_description, "carrier",
- _"Accomodation for your people. Also stores your wares and tools.",
+ _"Accommodation for your people. Also stores your wares and tools.",
_"The headquarters is your main building." .. "<br>" .. _[[Text needed]]) ..
--Building Section
=== modified file 'tribes/barbarians/headquarters/help.lua'
--- tribes/barbarians/headquarters/help.lua 2014-04-18 10:08:08 +0000
+++ tribes/barbarians/headquarters/help.lua 2014-07-21 12:39:15 +0000
@@ -13,7 +13,7 @@
building_help_lore_string("barbarians", building_description, _[[Text needed]], _[[Source needed]]) ..
--General Section
building_help_general_string("barbarians", building_description, "carrier",
- _"Accomodation for your people. Also stores your wares and tools.",
+ _"Accommodation for your people. Also stores your wares and tools.",
_"The headquarters is your main building." .. "<br>" .. _[[Text needed]]) ..
--Building Section
=== modified file 'tribes/barbarians/headquarters_interim/help.lua'
--- tribes/barbarians/headquarters_interim/help.lua 2014-04-18 10:08:08 +0000
+++ tribes/barbarians/headquarters_interim/help.lua 2014-07-21 12:39:15 +0000
@@ -13,7 +13,7 @@
building_help_lore_string("barbarians", building_description, _[[Text needed]], _[[Source needed]]) ..
--General Section
building_help_general_string("barbarians", building_description, "carrier",
- _"Accomodation for your people. Also stores your wares and tools.",
+ _"Accommodation for your people. Also stores your wares and tools.",
_"The headquarters is your main building." .. "<br>" .. _[[Text needed]]) ..
--Building Section
=== modified file 'tribes/empire/headquarters/help.lua'
--- tribes/empire/headquarters/help.lua 2014-05-26 20:36:01 +0000
+++ tribes/empire/headquarters/help.lua 2014-07-21 12:39:15 +0000
@@ -13,7 +13,7 @@
building_help_lore_string("empire", building_description, _[[Text needed]], _[[Source needed]]) ..
--General Section
building_help_general_string("empire", building_description, "carrier",
- _"Accomodation for your people. Also stores your wares and tools.",
+ _"Accommodation for your people. Also stores your wares and tools.",
_"The headquarters is your main building." .. "<br>" .. _[[Text needed]]) ..
--Building Section
=== modified file 'tribes/empire/headquarters_shipwreck/help.lua'
--- tribes/empire/headquarters_shipwreck/help.lua 2014-05-26 20:36:01 +0000
+++ tribes/empire/headquarters_shipwreck/help.lua 2014-07-21 12:39:15 +0000
@@ -13,7 +13,7 @@
building_help_lore_string("empire", building_description, _[[Text needed]], _[[Source needed]]) ..
--General Section
building_help_general_string("empire", building_description, "carrier",
- _"Although this ship ran aground, it still serves as accomodation for your people. It also stores your wares and tools.",
+ _"Although this ship ran aground, it still serves as accommodation for your people. It also stores your wares and tools.",
_"The headquarters shipwreck is your main building." .. "<br>" .. _[[Text needed]]) ..
--Building Section
Follow ups