aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/problem.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2005-07-04 13:08:37 -0500
committerTheodore Ts'o <tytso@mit.edu>2005-07-04 13:08:37 -0500
commit49809dd86379d0c68ee33de0a74dd76e6e6ec133 (patch)
tree02e5d645814d3bfc301ba2fb895d32b9c8f9ef01 /e2fsck/problem.c
parent70f75dd76bde4c45da29d41ed17436685e8262e9 (diff)
downloade2fsprogs-49809dd86379d0c68ee33de0a74dd76e6e6ec133.tar.gz
Make e2fsck Pass 1C header consistent with the other headers
Removed the period from the Pass 1C header to make it consistent with the other e2fsck pass headers.
Diffstat (limited to 'e2fsck/problem.c')
-rw-r--r--e2fsck/problem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/problem.c b/e2fsck/problem.c
index 87c97839..c2e50760 100644
--- a/e2fsck/problem.c
+++ b/e2fsck/problem.c
@@ -806,7 +806,7 @@ static const struct e2fsck_problem problem_table[] = {
/* Pass 1C: Scan directories for inodes with multiply-claimed blocks. */
{ PR_1C_PASS_HEADER,
- N_("Pass 1C: Scanning directories for @is with @m @bs.\n"),
+ N_("Pass 1C: Scanning directories for @is with @m @bs\n"),
PROMPT_NONE, 0 },