1
0
forked from 0ad/0ad

Changed delete dialog text

This was SVN commit r8716.
This commit is contained in:
WhiteTreePaladin 2010-11-27 20:03:16 +00:00
parent 0b0cd938d5
commit 961a50b0a2

View File

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