Fix non-ASCII character in script

This was SVN commit r6995.
This commit is contained in:
Ykkrosh 2009-07-16 10:32:58 +00:00
parent 4c4bc53a91
commit 3aafdeeaa2

View File

@ -744,7 +744,7 @@ function setItemTooltip(tab, itemName, listObject, selection)
var template = getEntityTemplate(itemName);
if (!template) break;
//If there are several units selected, don´t show this tooltip when moving the cursor over the selection tab.
//If there are several units selected, don't show this tooltip when moving the cursor over the selection tab.
if (tab != "selection")
{
listObject.tooltip = getProductionTooltip(template);