update phrase

This commit is contained in:
bettina 2001-04-09 23:20:09 +00:00
parent 01be8c3c6f
commit 38263532ea
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
$exists = $c->exists('subs',$cat_name='',$cat_id);
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">');
}
else {

View File

@ -47,7 +47,7 @@
$exists = $c->exists('subs',$cat_name='',$cat_id);
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">');
}
else {