1include "scripting/richtext.lua"
2
3set_textdomain("texts")
4tips = {
5   {
6      -- TRANSLATORS: %s = URL to the Widelands website
7      text = (_"Our computer players are too boring? Visit our website at %s and meet other players to play online."):bformat(u("widelands.org")),
8      seconds = 6
9   },
10}
11return tips
12