Changed a x into %1

This commit is contained in:
gugux 2003-04-22 20:22:06 +00:00
parent 661edeac5a
commit 1fbdbaa96c

View File

@ -233,7 +233,7 @@
}
else
{
$GLOBALS['phpgw']->template->set_var('message',lang('Server x has been added',$GLOBALS['HTTP_POST_VARS']['server_name']));
$GLOBALS['phpgw']->template->set_var('message',lang('Server %1 has been added',$GLOBALS['HTTP_POST_VARS']['server_name']));
}
}
if ((!$GLOBALS['HTTP_POST_VARS']['submit']) && (!$error) && (!$errorcount))