widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #04606
[Merge] lp:~widelands-dev/widelands/purpose_helptexts into lp:widelands
GunChleoc has proposed merging lp:~widelands-dev/widelands/purpose_helptexts into lp:widelands.
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/purpose_helptexts/+merge/276931
All buildings now have a purpose helptext.
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/purpose_helptexts into lp:widelands.
=== modified file 'tribes/buildings/productionsites/atlanteans/armorsmithy/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/armorsmithy/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/armorsmithy/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("atlanteans_building", "Forges shields that are used for training soldiers’ defense in the labyrinth.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/bakery/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/bakery/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/bakery/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("atlanteans_building", "Bakes bread to feed the scouts and miners and to train soldiers.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/charcoal_kiln/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/charcoal_kiln/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/charcoal_kiln/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Burns logs into charcoal.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/coalmine/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/coalmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/coalmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Digs coal out of the ground in mountain terrain.")
+ return pgettext("building", "Digs coal out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/farm/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/farm/helptexts.lua 2015-11-07 08:45:50 +0000
+++ tribes/buildings/productionsites/atlanteans/farm/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Sows and harvests corn.")
+ return pgettext("building", "Sows and harvests corn.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/fishbreeders_house/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/fishbreeders_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/fishbreeders_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Breeds fish.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/foresters_house/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/foresters_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/foresters_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Plants trees in the surrounding area.")
+ return pgettext("building", "Plants trees in the surrounding area.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/gold_spinning_mill/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/gold_spinning_mill/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/gold_spinning_mill/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Spins gold thread out of gold.")
+ return pgettext("building", "Spins gold thread out of gold.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/goldmine/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/goldmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/goldmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Digs gold ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs gold ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/hunters_house/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/hunters_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/hunters_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Hunts animals to produce meat.")
+ return pgettext("building", "Hunts animals to produce meat.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/ironmine/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/ironmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/ironmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Digs iron ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs iron ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/mill/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/mill/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/mill/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("atlanteans_building", "Grinds blackroot and corn to produce blackroot flour and cornmeal, respectively.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/sawmill/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/sawmill/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/sawmill/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Saws logs to produce planks.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/scouts_house/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/scouts_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/scouts_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Explores unknown territory.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/shipyard/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/shipyard/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/shipyard/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Constructs ships that are used for overseas colonization and for trading between ports.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/smelting_works/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/smelting_works/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/smelting_works/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Smelts iron ore into iron and gold ore into gold.")
+ return pgettext("building", "Smelts iron ore into iron and gold ore into gold.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/smokery/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/smokery/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/smokery/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("atlanteans_building", "Smokes meat and fish to feed the scouts and miners and to train soldiers in the dungeon.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/spiderfarm/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/spiderfarm/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/spiderfarm/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Breeds spiders for silk.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/toolsmithy/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/toolsmithy/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/toolsmithy/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Forges all the tools that your workers need.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/weaponsmithy/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/weaponsmithy/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/weaponsmithy/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("atlanteans_building", "Forges tridents to equip the soldiers and to train their attack in the dungeon.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/weaving_mill/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/weaving_mill/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/weaving_mill/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("atlanteans_building", "Weaves spidercloth for buildings and ships’ sails, and tabards to equip and train the soldiers.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/well/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/well/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/well/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Draws water out of the deep.")
+ return pgettext("building", "Draws water out of the deep.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/atlanteans/woodcutters_house/helptexts.lua'
--- tribes/buildings/productionsites/atlanteans/woodcutters_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/atlanteans/woodcutters_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("atlanteans_building", "Fells trees in the surrounding area and processes them into logs.")
+ return pgettext("building", "Fells trees in the surrounding area and processes them into logs.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/big_inn/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/big_inn/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/big_inn/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("barbarians_building", "Prepares rations for scouts and rations, snacks and meals to feed all miners.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/brewery/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/brewery/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/brewery/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Produces beer to keep the miners strong and happy.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/charcoal_kiln/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/charcoal_kiln/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/charcoal_kiln/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Burns logs into charcoal.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/coalmine/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/coalmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/coalmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -11,7 +11,7 @@
function building_helptext_purpose()
-- #TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs coal out of the ground in mountain terrain.")
+ return pgettext("building", "Digs coal out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/coalmine_deep/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/coalmine_deep/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/coalmine_deep/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -11,7 +11,7 @@
function building_helptext_purpose()
-- #TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs coal out of the ground in mountain terrain.")
+ return pgettext("building", "Digs coal out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/coalmine_deeper/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/coalmine_deeper/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/coalmine_deeper/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -11,7 +11,7 @@
function building_helptext_purpose()
-- #TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs coal out of the ground in mountain terrain.")
+ return pgettext("building", "Digs coal out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/farm/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/farm/helptexts.lua 2015-11-07 08:45:50 +0000
+++ tribes/buildings/productionsites/barbarians/farm/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Sows and harvests wheat.")
+ return pgettext("building", "Sows and harvests wheat.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/goldmine/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/goldmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/goldmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs gold ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs gold ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/goldmine_deep/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/goldmine_deep/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/goldmine_deep/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs gold ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs gold ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/goldmine_deeper/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/goldmine_deeper/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/goldmine_deeper/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs gold ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs gold ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/helmsmithy/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/helmsmithy/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/helmsmithy/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Forges helmets that are used for training soldiers’ health in the training camp.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/hunters_hut/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/hunters_hut/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/hunters_hut/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Hunts animals to produce meat.")
+ return pgettext("building", "Hunts animals to produce meat.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/inn/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/inn/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/inn/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Prepares rations for scouts and rations and snacks to feed the miners in the basic and deep mines.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/ironmine/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/ironmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/ironmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs iron ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs iron ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/ironmine_deep/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/ironmine_deep/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/ironmine_deep/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs iron ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs iron ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/ironmine_deeper/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/ironmine_deeper/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/ironmine_deeper/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Digs iron ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs iron ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/lumberjacks_hut/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/lumberjacks_hut/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/lumberjacks_hut/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Fells trees in the surrounding area and processes them into logs.")
+ return pgettext("building", "Fells trees in the surrounding area and processes them into logs.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/metal_workshop/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/metal_workshop/helptexts.lua 2015-11-07 08:45:50 +0000
+++ tribes/buildings/productionsites/barbarians/metal_workshop/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Makes bread paddles, felling axes, fire tongs, fishing rods, hammers, hunting spears, kitchen tools, picks, scythes and shovels.")
+ return pgettext("building", "Forges all the tools that your workers need.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/rangers_hut/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/rangers_hut/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/rangers_hut/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -11,7 +11,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Plants trees in the surrounding area.")
+ return pgettext("building", "Plants trees in the surrounding area.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/scouts_hut/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/scouts_hut/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/scouts_hut/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Explores unknown territory.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/shipyard/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/shipyard/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/shipyard/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Constructs ships that are used for overseas colonization and for trading between ports.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/smelting_works/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/smelting_works/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/smelting_works/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Smelts iron ore into iron and gold ore into gold.")
+ return pgettext("building", "Smelts iron ore into iron and gold ore into gold.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/tavern/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/tavern/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/tavern/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Prepares rations to feed the scouts and miners.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/well/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/well/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/well/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -10,7 +10,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("barbarians_building", "Draws water out of the deep.")
+ return pgettext("building", "Draws water out of the deep.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/barbarians/wood_hardener/helptexts.lua'
--- tribes/buildings/productionsites/barbarians/wood_hardener/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/barbarians/wood_hardener/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Hardens wood by fire into blackwood, which is used to construct robust buildings.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/armorsmithy/helptexts.lua'
--- tribes/buildings/productionsites/empire/armorsmithy/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/armorsmithy/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Forges armor and helmets that are used for training soldiers’ health in the training camp.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/bakery/helptexts.lua'
--- tribes/buildings/productionsites/empire/bakery/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/bakery/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Bakes bread for soldiers and miners alike.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/brewery/helptexts.lua'
--- tribes/buildings/productionsites/empire/brewery/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/brewery/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Produces beer to keep the miners strong and happy.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/charcoal_kiln/helptexts.lua'
--- tribes/buildings/productionsites/empire/charcoal_kiln/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/charcoal_kiln/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Burns logs into charcoal.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/coalmine/helptexts.lua'
--- tribes/buildings/productionsites/empire/coalmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/coalmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Digs coal out of the ground in mountain terrain.")
+ return pgettext("building", "Digs coal out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/coalmine_deep/helptexts.lua'
--- tribes/buildings/productionsites/empire/coalmine_deep/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/coalmine_deep/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Digs coal out of the ground in mountain terrain.")
+ return pgettext("building", "Digs coal out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/farm/helptexts.lua'
--- tribes/buildings/productionsites/empire/farm/helptexts.lua 2015-11-07 08:45:50 +0000
+++ tribes/buildings/productionsites/empire/farm/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Sows and harvests wheat.")
+ return pgettext("building", "Sows and harvests wheat.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/foresters_house/helptexts.lua'
--- tribes/buildings/productionsites/empire/foresters_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/foresters_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Plants trees in the surrounding area.")
+ return pgettext("building", "Plants trees in the surrounding area.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/goldmine/helptexts.lua'
--- tribes/buildings/productionsites/empire/goldmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/goldmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Digs gold ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs gold ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/goldmine_deep/helptexts.lua'
--- tribes/buildings/productionsites/empire/goldmine_deep/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/goldmine_deep/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Digs gold ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs gold ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/hunters_house/helptexts.lua'
--- tribes/buildings/productionsites/empire/hunters_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/hunters_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Hunts animals to produce meat.")
+ return pgettext("building", "Hunts animals to produce meat.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/inn/helptexts.lua'
--- tribes/buildings/productionsites/empire/inn/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/inn/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Prepares rations for scouts and rations and snacks to feed the miners in all mines.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/ironmine/helptexts.lua'
--- tribes/buildings/productionsites/empire/ironmine/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/ironmine/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Digs iron ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs iron ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/ironmine_deep/helptexts.lua'
--- tribes/buildings/productionsites/empire/ironmine_deep/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/ironmine_deep/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Digs iron ore out of the ground in mountain terrain.")
+ return pgettext("building", "Digs iron ore out of the ground in mountain terrain.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/lumberjacks_house/helptexts.lua'
--- tribes/buildings/productionsites/empire/lumberjacks_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/lumberjacks_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Fells trees in the surrounding area and processes them into logs.")
+ return pgettext("building", "Fells trees in the surrounding area and processes them into logs.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/mill/helptexts.lua'
--- tribes/buildings/productionsites/empire/mill/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/mill/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Grinds wheat to produce flour.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/piggery/helptexts.lua'
--- tribes/buildings/productionsites/empire/piggery/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/piggery/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Breeds pigs for their meat.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/sawmill/helptexts.lua'
--- tribes/buildings/productionsites/empire/sawmill/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/sawmill/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Saws logs to produce planks.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/scouts_house/helptexts.lua'
--- tribes/buildings/productionsites/empire/scouts_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/scouts_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Explores unknown territory.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/sheepfarm/helptexts.lua'
--- tribes/buildings/productionsites/empire/sheepfarm/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/sheepfarm/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Keeps sheep for their wool.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/shipyard/helptexts.lua'
--- tribes/buildings/productionsites/empire/shipyard/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/shipyard/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Constructs ships that are used for overseas colonization and for trading between ports.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/smelting_works/helptexts.lua'
--- tribes/buildings/productionsites/empire/smelting_works/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/smelting_works/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Smelts iron ore into iron and gold ore into gold.")
+ return pgettext("building", "Smelts iron ore into iron and gold ore into gold.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/stonemasons_house/helptexts.lua'
--- tribes/buildings/productionsites/empire/stonemasons_house/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/stonemasons_house/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Carves marble columns out of marble.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/tavern/helptexts.lua'
--- tribes/buildings/productionsites/empire/tavern/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/tavern/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Prepares rations to feed the scouts and miners.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/toolsmithy/helptexts.lua'
--- tribes/buildings/productionsites/empire/toolsmithy/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/toolsmithy/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("building", "Forges all the tools that your workers need.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/weaponsmithy/helptexts.lua'
--- tribes/buildings/productionsites/empire/weaponsmithy/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/weaponsmithy/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Forges spears to equip the soldiers and to train their attack in the training camp.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/well/helptexts.lua'
--- tribes/buildings/productionsites/empire/well/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/well/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -13,7 +13,7 @@
function building_helptext_purpose()
-- TRANSLATORS: Purpose helptext for a building
- return pgettext("empire_building", "Draws water out of the deep.")
+ return pgettext("building", "Draws water out of the deep.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/productionsites/empire/winery/helptexts.lua'
--- tribes/buildings/productionsites/empire/winery/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/buildings/productionsites/empire/winery/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,8 +12,8 @@
end
function building_helptext_purpose()
- -- #TRANSLATORS: Purpose helptext for a building
- return no_purpose_text_yet()
+ -- TRANSLATORS: Purpose helptext for a building
+ return pgettext("empire_building", "Produces wine.")
end
function building_helptext_note()
=== modified file 'tribes/buildings/warehouses/barbarians/port/helptexts.lua'
--- tribes/buildings/warehouses/barbarians/port/helptexts.lua 2015-11-07 08:45:50 +0000
+++ tribes/buildings/warehouses/barbarians/port/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -12,7 +12,7 @@
end
function building_helptext_purpose()
- -- TRANSLATORS: Purpose helptext for a building
+ -- TRANSLATORS: Purpose helptext for a building
return pgettext("barbarians_building", "Serves as a base for overseas colonization and trade. Also stores your soldiers, wares and tools.")
end
=== modified file 'tribes/workers/atlanteans/miller/helptexts.lua'
--- tribes/workers/atlanteans/miller/helptexts.lua 2015-10-31 12:11:44 +0000
+++ tribes/workers/atlanteans/miller/helptexts.lua 2015-11-08 12:33:15 +0000
@@ -1,4 +1,4 @@
function worker_helptext()
-- TRANSLATORS: Helptext for a worker: Miller
- return pgettext("atlanteans_worker", "Mills blackroot and corn to produce blackroot flour and corn flour, respectively.")
+ return pgettext("atlanteans_worker", "Grinds blackroot and corn to produce blackroot flour and cornmeal, respectively.")
end
Follow ups