From d699f763dc95ee5ef426234a1341755059e6490b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 30 Mar 2006 15:17:39 +0000 Subject: [PATCH] Fix: traduction --- htdocs/categories/index.php | 2 +- htdocs/categories/viewcat.php | 2 +- htdocs/langs/en_US/categories.lang | 2 +- htdocs/langs/fr_FR/categories.lang | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index e519f801bd4..150b6e5a096 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -115,7 +115,7 @@ if ($cats != -1) } else { - print "\t\t".$langs->trans("ContentsNoVisibleByAllShort")."\n"; + print "\t\t".$langs->trans("ContentsNotVisibleByAllShort")."\n"; } print "\t\n"; diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index eb87db198a0..240ce00af6f 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -81,7 +81,7 @@ else } else { - print "\t\t".$langs->trans("ContentsNoVisibleByAllShort")."\n"; + print "\t\t".$langs->trans("ContentsNotVisibleByAllShort")."\n"; } print "\t\n"; diff --git a/htdocs/langs/en_US/categories.lang b/htdocs/langs/en_US/categories.lang index bc441be0d2b..08e33855e7a 100644 --- a/htdocs/langs/en_US/categories.lang +++ b/htdocs/langs/en_US/categories.lang @@ -37,4 +37,4 @@ ClassifyInCategory=Classify in category ReturnInProduct=Return in product/service card ContentsVisibleByAll=The contents will be visible by all ContentsVisibleByAllShort=Contents visible by all -ContentsNoVisibleByAllShort=Contents no visible by all \ No newline at end of file +ContentsNotVisibleByAllShort=Contents not visible by all \ No newline at end of file diff --git a/htdocs/langs/fr_FR/categories.lang b/htdocs/langs/fr_FR/categories.lang index 93c7113e92a..e720cdd5acd 100644 --- a/htdocs/langs/fr_FR/categories.lang +++ b/htdocs/langs/fr_FR/categories.lang @@ -39,4 +39,4 @@ CategoryExistsAtSameLevel=Cette cat ReturnInProduct=Retour sur la fiche produit/service ContentsVisibleByAll=Le contenu sera visible par tous ContentsVisibleByAllShort=Contenu visible par tous -ContentsNoVisibleByAllShort=Contenu non visible par tous +ContentsNotVisibleByAllShort=Contenu non visible par tous