2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updated error message when adding operator if extension is the same

This commit is contained in:
Adam Zammit
2013-04-29 11:23:19 +10:00
parent 768950da35
commit 627cbeefcd

View File

@@ -160,7 +160,7 @@ if (isset($_POST['operator']))
}
else
{
$a = T_("Could not add operator. There may already be an operator of this name:") . " $operator" ;
$a = T_("Could not add operator. There may already be an operator of this name:") . " $operator " . T_("Or there may already be an telephone extension number") . ":$extension" ;
}