summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 31fd1ff..a435777 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -510,7 +510,7 @@ events.push(function() {
// provide a warning message if the user tries to change page before saving
$(window).bind('beforeunload', function(){
if (dirty) {
- return ("<?=gettext('You have moved one or more widgets but have not yet saved')?>");
+ return ("<?=gettext('One or more widgets have been moved but have not yet been saved')?>");
} else {
return undefined;
}
OpenPOWER on IntegriCloud