forked from extern/egroupware
Changed a x into %1
This commit is contained in:
parent
661edeac5a
commit
1fbdbaa96c
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user