aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-01-12 11:34:29 -0200
committerRenato Botelho <garga@FreeBSD.org>2015-01-12 11:34:29 -0200
commit081495dfb0ad12034d31c1e5634986033a21992f (patch)
treef09683fa3a4842998b9b57c842e7da7f84dcb9a5
parentfbcaf5b697de1f74118c364f0ed964afdb1460be (diff)
parentbe539d834f86c409c69ac4079208d8c9e78ae3e3 (diff)
downloadpfsense-packages-081495dfb0ad12034d31c1e5634986033a21992f.tar.gz
pfsense-packages-081495dfb0ad12034d31c1e5634986033a21992f.tar.bz2
pfsense-packages-081495dfb0ad12034d31c1e5634986033a21992f.zip
Merge pull request #780 from chainlinc/patch-5
-rwxr-xr-xconfig/postfix/postfix_queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/postfix/postfix_queue.php b/config/postfix/postfix_queue.php
index 1db2b8e2..a737340e 100755
--- a/config/postfix/postfix_queue.php
+++ b/config/postfix/postfix_queue.php
@@ -227,7 +227,7 @@ else{
//prevent multiple instances
if ($('run').value=="show queue" || loop== 'running'){
$('run').value="running...";
- $('search_help').innerHTML ="<br><strong>You can change options while running.<br>To Stop seach, change update frequency to Never.</strong>";
+ $('search_help').innerHTML ="<br><strong>You can change options while running.<br>To Stop search, change update frequency to Never.</strong>";
var q_args=loopSelected('qshape');
var pars = 'cmd='+$('cmd').options[$('cmd').selectedIndex].value;
var pars = pars + '&qshape='+q_args;