Whamcloud - gitweb
po: update fr.po (from translationproject.org)
[tools/e2fsprogs.git] / e2fsck / problem.c
index 6ee3fa4..579c838 100644 (file)
@@ -362,11 +362,6 @@ static struct e2fsck_problem problem_table[] = {
          N_("@g descriptor %g marked uninitialized without feature set.\n"),
             PROMPT_FIX, PR_PREEN_OK },
 
-       /* group N block bitmap uninitialized but inode bitmap in use. */
-       { PR_0_BB_UNINIT_IB_INIT,
-         N_("@g %g @b @B uninitialized but @i @B in use.\n"),
-            PROMPT_FIX, PR_PREEN_OK },
-
        /* Group descriptor N has invalid unused inodes count. */
        { PR_0_GDT_ITABLE_UNUSED,
          N_("@g descriptor %g has invalid unused inodes count %b.  "),
@@ -923,7 +918,7 @@ static struct e2fsck_problem problem_table[] = {
 
        /* Quota inode has bad mode */
        { PR_1_QUOTA_BAD_MODE,
-         N_("@q is not regular file.  "),
+         N_("@q @i is not regular file.  "),
          PROMPT_CLEAR, PR_PREEN_OK },
 
        /* Quota inode is not in use, but contains data */