diff options
Diffstat (limited to 'web_wizard/Apache.pm')
-rwxr-xr-x | web_wizard/Apache.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm index 163c2357..12e9d9f5 100755 --- a/web_wizard/Apache.pm +++ b/web_wizard/Apache.pm @@ -121,7 +121,7 @@ available on your http server via http://www.yourserver.com/~user."), type => 'b }, error => { name => N("Error."), - data => [ { label => N('') } ], + data => [ { label => '' } ], ignore => 1, next => 'config' }, |