From 38263532ea38fa389bb3d3681f1e0550b5fbe86f Mon Sep 17 00:00:00 2001 From: bettina Date: Mon, 9 Apr 2001 23:20:09 +0000 Subject: [PATCH] update phrase --- admin/deletecategory.php | 2 +- preferences/deletecategory.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/deletecategory.php b/admin/deletecategory.php index 686e761f60..ae55467bee 100644 --- a/admin/deletecategory.php +++ b/admin/deletecategory.php @@ -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',''); } else { diff --git a/preferences/deletecategory.php b/preferences/deletecategory.php index 2ebb7625b7..2b19fe7a91 100644 --- a/preferences/deletecategory.php +++ b/preferences/deletecategory.php @@ -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',''); } else {