Changed delete dialog text again (to make for easier translating later)

This was SVN commit r8717.
This commit is contained in:
WhiteTreePaladin 2010-11-27 20:11:42 +00:00
parent 961a50b0a2
commit e486467430

View File

@ -862,8 +862,7 @@ function performCommand(entity, commandName)
if (selection.length > 0)
{
var message = selection.length > 1? "Are you sure you want to delete the " + selection.length + " selected units?" :
"Are you sure you want to delete the selected unit?";
var message = "Are you sure you want to delete the selected units?";
var deleteFunction = deleteFunction = function ()
{