From: Theodore Ts'o Date: Sun, 9 Oct 2011 20:13:50 +0000 (-0400) Subject: po: add @-expansion for @q to the at-expand.pl script X-Git-Tag: v1.42-WIP-1009~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d4d03cd3ffe4cb09f2206f1def1361be25761523;p=tools%2Fe2fsprogs.git po: add @-expansion for @q to the at-expand.pl script Signed-off-by: "Theodore Ts'o" --- diff --git a/po/at-expand.pl b/po/at-expand.pl index 931c6a0..3786ee1 100644 --- a/po/at-expand.pl +++ b/po/at-expand.pl @@ -91,6 +91,7 @@ sub do_expand { $msg =~ s/\@n/invalid/g; $msg =~ s/\@o/orphaned/g; $msg =~ s/\@p/problem in/g; + $msg =~ s/\@q/quota/g; $msg =~ s/\@r/root inode/g; $msg =~ s/\@s/should be/g; $msg =~ s/\@S/superblock/g;