mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Changed delete dialog text again (to make for easier translating later)
This was SVN commit r8717.
This commit is contained in:
parent
961a50b0a2
commit
e486467430
1 changed files with 1 additions and 2 deletions
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue