← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/empire04_bugfix into lp:widelands

 

1 nit, not tested

Diff comments:

> 
> === added file 'data/campaigns/emp04.wmf/scripting/tribes/vesta_helptexts.lua'
> --- data/campaigns/emp04.wmf/scripting/tribes/vesta_helptexts.lua	1970-01-01 00:00:00 +0000
> +++ data/campaigns/emp04.wmf/scripting/tribes/vesta_helptexts.lua	2018-06-01 18:15:27 +0000
> @@ -0,0 +1,27 @@
> +-- This include can be removed when all help texts have been defined.
> +include "tribes/scripting/help/global_helptexts.lua"
> +
> +function building_helptext_lore()
> +   -- TRANSLATORS#: Lore helptext for a building
> +   return no_lore_text_yet()
> +end
> +
> +function building_helptext_lore_author()
> +   -- TRANSLATORS#: Lore author helptext for a building
> +   return no_lore_author_text_yet()
> +end
> +
> +function building_helptext_purpose()
> +   -- TRANSLATORS: Purpose helptext for a building
> +   return pgettext("building", "In the temple of Vesta the wares to worship are stored. It is the home of the priestesses and the guards of the goddess.")

Needs a comma:

In the temple of Vesta,

> +end
> +
> +function building_helptext_note()
> +   -- TRANSLATORS#: Note helptext for a building
> +   return ""
> +end
> +
> +function building_helptext_performance()
> +   -- TRANSLATORS#: Performance helptext for a building
> +   return ""
> +end


-- 
https://code.launchpad.net/~widelands-dev/widelands/empire04_bugfix/+merge/347308
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/empire04_bugfix into lp:widelands.


References