summaryrefslogtreecommitdiffstats
path: root/wiz2pot.pl
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-14 09:17:58 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-14 09:17:58 +0000
commitf592678e566a2e364fca0c8ffe770a2f29bfea8a (patch)
treee099c5dee9c167fb367e154a75865ea7a08eabbf /wiz2pot.pl
parent0003dc31a8ea9d9dede6c253a6186d1617c418a1 (diff)
downloaddrakwizard-f592678e566a2e364fca0c8ffe770a2f29bfea8a.tar
drakwizard-f592678e566a2e364fca0c8ffe770a2f29bfea8a.tar.gz
drakwizard-f592678e566a2e364fca0c8ffe770a2f29bfea8a.tar.bz2
drakwizard-f592678e566a2e364fca0c8ffe770a2f29bfea8a.tar.xz
drakwizard-f592678e566a2e364fca0c8ffe770a2f29bfea8a.zip
missed \n case
Diffstat (limited to 'wiz2pot.pl')
-rwxr-xr-xwiz2pot.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiz2pot.pl b/wiz2pot.pl
index 14a51b51..cbd091eb 100755
--- a/wiz2pot.pl
+++ b/wiz2pot.pl
@@ -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;