diff options
-rw-r--r-- | po/drakwizard.pot | 10 | ||||
-rwxr-xr-x | wiz2pot.pl | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/po/drakwizard.pot b/po/drakwizard.pot index dbc0dcc1..178836df 100644 --- a/po/drakwizard.pot +++ b/po/drakwizard.pot @@ -383,6 +383,11 @@ msgstr "" msgid "Configuring the FTP Server" msgstr "" +msgid "" +"Warning\\nYou are in dhcp, server may doesn't work with your " +"configuration." +msgstr "" + msgid "Intranet FTP Server:" msgstr "" @@ -398,11 +403,6 @@ msgstr "" msgid "network (intranet) and as a FTP Server for the Internet." msgstr "" -msgid "" -"Warning\n" -"You are in dhcp, server may doesn't work with your configuration." -msgstr "" - msgid "FTP Server Configuration Wizard" msgstr "" @@ -14,6 +14,7 @@ sub load_wpo { $leaf->{helpText} =~ s/\\'/\\\\'/g; $leaf->{helpText} =~ s/\\q/\\\\q/g; $leaf->{helpText} =~ s/\\a/\\\\a/g; + $leaf->{helpText} =~ s/\\n/\\\\n/g; $page->{$leaf->{helpText}} = ""; }elsif(ref($leaf)=~ /\w\D/){ $tag = $leaf; |