aboutsummaryrefslogtreecommitdiffstats
path: root/config/systempatches/system_patches.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-07 11:55:22 -0400
committerjim-p <jimp@pfsense.org>2012-05-07 11:55:22 -0400
commitfab7a944a4c297f061d338a8626bff9a6e53a038 (patch)
tree0ed5a89860dc489ac71af16e3eca5819c02a439b /config/systempatches/system_patches.php
parent86c4dc3d986c75c74df3d72fd081383589f480f8 (diff)
downloadpfsense-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.php2
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>