Old patrol.lua: deprecation message should not be translatable
This commit is contained in:
parent
e3b86f5648
commit
41bd835f76
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
|
||||
local _ = wesnoth.textdomain "wesnoth-ai"
|
||||
|
||||
wesnoth.deprecated_message('data/ai/lua/patrol.lua', 3, '1.17.0', _"Use the Patrols Micro AI instead of patrol.lua.")
|
||||
wesnoth.deprecated_message('data/ai/lua/patrol.lua', 3, '1.17.0', "Use the Patrols Micro AI instead of patrol.lua.")
|
||||
|
||||
function patrol_gen(n, wp)
|
||||
-- n is the name of the unit, like Kiressh
|
||||
|
|
Loading…
Add table
Reference in a new issue