mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
update phrase
This commit is contained in:
parent
01be8c3c6f
commit
38263532ea
@ -47,7 +47,7 @@
|
|||||||
$exists = $c->exists('subs',$cat_name='',$cat_id);
|
$exists = $c->exists('subs',$cat_name='',$cat_id);
|
||||||
|
|
||||||
if ($exists==True) {
|
if ($exists==True) {
|
||||||
$t->set_var('lang_subs',lang('Do you want to delete also all subcategories ?'));
|
$t->set_var('lang_subs',lang('Do you also want to delete all subcategories ?'));
|
||||||
$t->set_var('subs','<input type="checkbox" name="subs" value="True">');
|
$t->set_var('subs','<input type="checkbox" name="subs" value="True">');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
$exists = $c->exists('subs',$cat_name='',$cat_id);
|
$exists = $c->exists('subs',$cat_name='',$cat_id);
|
||||||
if ($exists==True) {
|
if ($exists==True) {
|
||||||
$t->set_var('lang_subs',lang('Do you want to delete also all subcategories ?'));
|
$t->set_var('lang_subs',lang('Do you also want to delete all subcategories ?'));
|
||||||
$t->set_var('subs','<input type="checkbox" name="subs" value="True">');
|
$t->set_var('subs','<input type="checkbox" name="subs" value="True">');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user