* And minor adjustments
This commit is contained in:
Eduardo Bart
2013-01-25 17:26:51 -02:00
parent c982ca81a5
commit 32c5f4285b
13 changed files with 121 additions and 60 deletions

View File

@@ -189,7 +189,7 @@ function addMapFlag(pos, icon, message, flagId, version)
flagWidget.icon = icon
flagWidget.description = message
if message and message:len() > 0 then
flagWidget:setTooltip(tr(message))
flagWidget:setTooltip(message)
end
flagWidget.id = flagId
flagWidget.version = version