From 1e090c32020a4d219bc4f72bc6f32f08a67be3ca Mon Sep 17 00:00:00 2001 From: BBcan177 Date: Tue, 9 Dec 2014 22:50:15 -0500 Subject: Mods to Update Tab - XHTML edits
to
- Minor Text change "process" to "progress" --- config/pfblockerng/pfblockerng_update.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'config/pfblockerng/pfblockerng_update.php') diff --git a/config/pfblockerng/pfblockerng_update.php b/config/pfblockerng/pfblockerng_update.php index a4964df6..dc0fab85 100644 --- a/config/pfblockerng/pfblockerng_update.php +++ b/config/pfblockerng/pfblockerng_update.php @@ -197,7 +197,7 @@ include_once("head.inc");       -
+
@@ -271,12 +271,12 @@ include_once("head.inc"); echo ""; } - echo "
Refresh to update current Status and Minute(s) remaining"; + echo "
Refresh to update current Status and Minute(s) remaining"; ?> - "); ?> + "); ?> @@ -285,13 +285,13 @@ include_once("head.inc"); " . gettext("** AVOID ** ") . " " . "" . - gettext("Running these Options - when CRON is expected to RUN!") . gettext("

") . + gettext("Running these Options - when CRON is expected to RUN!") . gettext("

") . "" . gettext("Force Update") . "" . gettext(" will download any new Alias/Lists.") . - gettext("
") . "" . gettext("Force Cron") . "" . - gettext(" will download any Alias/Lists that are within the Frequency Setting (due for Update).") . gettext("
") . + gettext("
") . "" . gettext("Force Cron") . "" . + gettext(" will download any Alias/Lists that are within the Frequency Setting (due for Update).") . gettext("
") . "" . gettext("Force Reload") . "" . gettext(" will reload all Lists using the existing Downloaded files.") . - gettext(" This is useful when Lists are out of 'sync' or Reputation changes were made.") ;?>
+ gettext(" This is useful when Lists are out of 'sync' or Reputation changes were made.") ;?>
@@ -306,7 +306,7 @@ include_once("head.inc"); - "); ?> + "); ?> @@ -322,7 +322,7 @@ include_once("head.inc"); "/> " . gettext(' pfBlockerNG ') . "" . - gettext(" Log.        (Select 'End View' to terminate the viewer.)"); ?>

+ gettext(" Log.        (Select 'End View' to terminate the viewer.)"); ?>

@@ -351,7 +351,7 @@ if (isset($_POST['pfbview'])) { touch("{$pfb['log']}"); // Reference: http://stackoverflow.com/questions/3218895/php-how-to-read-a-file-live-that-is-constantly-being-written-to - pfbupdate_status(gettext("Log Viewing in process. ** Press 'END VIEW' to Exit ** ")); + pfbupdate_status(gettext("Log Viewing in progress. ** Press 'END VIEW' to Exit ** ")); $lastpos_old = ""; $len = filesize("{$pfb['log']}"); -- cgit v1.2.3