summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 74ce755)
raw | patch | inline | side by side (parent: 74ce755)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Nov 2006 06:58:23 +0000 (06:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Nov 2006 06:58:23 +0000 (06:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5214 594d385d-05f5-0310-b6e9-bd551577e9d8
html/main.php | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index fe1ae9684033fc841628333d170fcce779b95149..a1b8a768b04ec8c46daa2a764b6f996fb27b1122 100644 (file)
--- a/html/main.php
+++ b/html/main.php
$_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."));
}