From d4d03cd3ffe4cb09f2206f1def1361be25761523 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 9 Oct 2011 16:13:50 -0400 Subject: [PATCH] po: add @-expansion for @q to the at-expand.pl script Signed-off-by: "Theodore Ts'o" --- po/at-expand.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 1.8.3.1