diff options
author | jim-p <jimp@pfsense.org> | 2012-05-07 11:55:22 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-05-07 11:55:22 -0400 |
commit | fab7a944a4c297f061d338a8626bff9a6e53a038 (patch) | |
tree | 0ed5a89860dc489ac71af16e3eca5819c02a439b /config/systempatches/system_patches.php | |
parent | 86c4dc3d986c75c74df3d72fd081383589f480f8 (diff) | |
download | pfsense-packages-fab7a944a4c297f061d338a8626bff9a6e53a038.tar.gz pfsense-packages-fab7a944a4c297f061d338a8626bff9a6e53a038.tar.bz2 pfsense-packages-fab7a944a4c297f061d338a8626bff9a6e53a038.zip |
Fix the name of this field/var to more accurately reflect what it does.
Diffstat (limited to 'config/systempatches/system_patches.php')
-rw-r--r-- | config/systempatches/system_patches.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/systempatches/system_patches.php b/config/systempatches/system_patches.php index 181db150..7086f0ca 100644 --- a/config/systempatches/system_patches.php +++ b/config/systempatches/system_patches.php @@ -259,7 +259,7 @@ foreach ($a_patches as $thispatch): </td> </tr> <tr><td></td><td colspan="6"> - <?php echo gettext("NOTE: Each patch is tested, and the appropriate action is shown. If neither 'Apply' or 'Revert' shows up, the patch cannot be used (check the patchlevel and whitespace options)."); ?> + <?php echo gettext("NOTE: Each patch is tested, and the appropriate action is shown. If neither 'Apply' or 'Revert' shows up, the patch cannot be used (check the pathstrip and whitespace options)."); ?> <br/><br/> <?php echo gettext("Use the 'Test' link to see if a patch can be applied or reverted. You can reorder patches so that higher patches apply later than lower patches."); ?> </td><td></td></tr> |