Whamcloud - gitweb
e2fsck: sort the abbreviations better
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 4 Jun 2014 01:59:31 +0000 (21:59 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 4 Jun 2014 02:04:33 +0000 (22:04 -0400)
This makes it easier for translators to look up what they've done.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/message.c

index 7b84359..97f53fa 100644 (file)
@@ -116,17 +116,17 @@ static const char *abbrevs[] = {
        N_("Bbitmap"),
        N_("ccompress"),
        N_("Cconflicts with some other fs @b"),
-       N_("iinode"),
-       N_("Iillegal"),
-       N_("jjournal"),
-       N_("Ddeleted"),
        N_("ddirectory"),
+       N_("Ddeleted"),
        N_("eentry"),
        N_("E@e '%Dn' in %p (%i)"),
        N_("ffilesystem"),
        N_("Ffor @i %i (%Q) is"),
        N_("ggroup"),
        N_("hHTREE @d @i"),
+       N_("iinode"),
+       N_("Iillegal"),
+       N_("jjournal"),
        N_("llost+found"),
        N_("Lis a link"),
        N_("mmultiply-claimed"),