diff --git a/main/exercice/exercice.php b/main/exercice/exercice.php index 4e4c79650a..7944de8241 100644 --- a/main/exercice/exercice.php +++ b/main/exercice/exercice.php @@ -24,7 +24,7 @@ * @author Olivier Brouckaert, original author * @author Denes Nagy, HotPotatoes integration * @author Wolfgang Schneider, code/html cleanup -* @version $Id: exercice.php 10793 2007-01-19 09:17:15Z elixir_inter $ +* @version $Id: exercice.php 10794 2007-01-19 09:47:04Z elixir_julian $ */ @@ -813,7 +813,7 @@ $message = "

You attempt for the test #test# has been viewed/commented/correct - + diff --git a/main/forum/newthread.php b/main/forum/newthread.php index 92794485f3..948732d8a2 100644 --- a/main/forum/newthread.php +++ b/main/forum/newthread.php @@ -109,7 +109,7 @@ $current_forum_category=get_forumcategory_information($current_forum['forum_cate $interbreadcrumb[]=array("url" => "index.php","name" => $nameTools); $interbreadcrumb[]=array("url" => "viewforumcategory.php?forumcategory=".$current_forum_category['cat_id'],"name" => $current_forum_category['cat_title']); $interbreadcrumb[]=array("url" => "viewforum.php?forum=".$_GET['forum'],"name" => $current_forum['forum_title']); -$interbreadcrumb[]=array("url" => "newthread.php?forum=".$_GET['forum'],"name" => get_lang('NewThread')); +$interbreadcrumb[]=array("url" => "newthread.php?forum=".$_GET['forum'],"name" => get_lang('NewTopic')); /* -----------------------------------------------------------