summaryrefslogtreecommitdiffstats
path: root/wiz2pot.pl
diff options
context:
space:
mode:
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;