diff options
-rw-r--r-- | src/usr/local/www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php index 5bb1de4..2695653 100644 --- a/src/usr/local/www/index.php +++ b/src/usr/local/www/index.php @@ -504,7 +504,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 rules but have now yet saved')?>"); + return ("<?=gettext('You have moved one or more rules but have not yet saved')?>"); } else { return undefined; } |