From: hickert Date: Fri, 24 Nov 2006 06:58:23 +0000 (+0000) Subject: Updated message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=828aed800e46fc838714a4d3c83535ecf8da188a;p=gosa.git Updated message git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5214 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/main.php b/html/main.php index fe1ae9684..a1b8a768b 100644 --- a/html/main.php +++ b/html/main.php @@ -349,7 +349,7 @@ if(!isset($_SESSION['back_button_test'])){ $_SESSION['back_button_test'] = 0; } if(isset($_POST['back_button_test']) && $_POST['back_button_test'] != $_SESSION['back_button_test']){ - print_red(_("Please don't use the browsers 'back' button. This causes GOsa to perform your last request again and this could lead into some strange situations.")); + print_red(_("Please do not use the browsers 'back' or 'reload' button, use the GOsa interface to reload the user interface. This causes GOsa to perform your last request again and this could lead into some strange situations.")); }