~widelands-dev/widelands/productivity-string-fixes

« back to all changes in this revision

Viewing changes to data/tribes/buildings/productionsites/frisians/goldmine/helptexts.lua

  • Committer: GunChleoc
  • Date: 2018-04-25 07:55:28 UTC
  • Revision ID: fios@foramnagaidhlig.net-20180425075528-1dr8x8gigr62ehbd
Fixed 'on average' strings for Frisian producivity helptexts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
function building_helptext_performance()
22
22
   -- TRANSLATORS: Performance helptext for a building
23
 
   return pgettext("frisians_building", "The gold mine needs %s to produce one piece of gold ore."):bformat(ngettext("%d second", "%d seconds", 65):bformat(65))
 
23
   return pgettext("frisians_building", "If the food supply is steady, the gold mine can produce one piece of gold ore in %s on average."):bformat(ngettext("%d second", "%d seconds", 65):bformat(65))
24
24
end