Wording cleanup
authorJamie Cameron <jcameron@webmin.com>
Mon, 14 Jan 2008 19:49:09 +0000 (19:49 +0000)
committerJamie Cameron <jcameron@webmin.com>
Mon, 14 Jan 2008 19:49:09 +0000 (19:49 +0000)
squid/acl.cgi
squid/lang/en

index 9f3f5ff..8886b16 100755 (executable)
@@ -337,8 +337,9 @@ printf "<td><input name=deny size=35 value=\"%s\"></td> </tr>\n",
 
 # Show file in which ACL is stored
 print "<tr> <td><b>$text{'acl_file'}</b></td>\n";
-print "<td>",&ui_opt_textbox("file", $file, 40, $text{'acl_nofile'}),
-      " ",&file_chooser_button("file"),"</td> </tr>\n";
+print "<td>",&ui_opt_textbox("file", $file, 40, $text{'acl_nofile'},
+                            $text{'acl_infile'})," ",
+            &file_chooser_button("file"),"</td> </tr>\n";
 
 if ($in{'type'}) {
        print "<tr> <td></td>\n";
index fc327bf..a5f5afb 100644 (file)
@@ -97,8 +97,9 @@ acl_failurl=Failure URL
 acl_buttsave=Save
 acl_buttdel=Delete
 acl_return=ACL list
-acl_file=Store ACL in file
+acl_file=Store ACL values in file
 acl_nofile=Squid configuration
+acl_infile=Separate file
 acl_keep=Just use existing contents of file?
 
 aclsave_failsave=Failed to save ACL