Whamcloud - gitweb
po: add @-expansion for @q to the at-expand.pl script
authorTheodore Ts'o <tytso@mit.edu>
Sun, 9 Oct 2011 20:13:50 +0000 (16:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 9 Oct 2011 20:13:50 +0000 (16:13 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
po/at-expand.pl

index 931c6a0..3786ee1 100644 (file)
@@ -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;