summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey@wayofthemonkey.com>2010-08-06 14:41:12 -0400
committerRodney Dawes <dobey@wayofthemonkey.com>2010-08-06 14:41:12 -0400
commit3007da8945d77d1d2b0f51f2809e59a190f87c6b (patch)
treee25c930bd7ead30992b488f34e7bc25229b98eee
parent95f685bdf86c178709ab963b9c9d0c6d46ef2d80 (diff)
downloadintltool-3007da8945d77d1d2b0f51f2809e59a190f87c6b.tar.gz
Get rid of the ANSI boldification of certain warnings in intltool-update
-rw-r--r--intltool-update.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/intltool-update.in b/intltool-update.in
index d55fd41..c31dcd9 100644
--- a/intltool-update.in
+++ b/intltool-update.in
@@ -629,11 +629,11 @@ sub FindLeftoutFiles
open OUT, ">missing";
print OUT @result;
close OUT;
- warn "\e[1mThe following files contain translations and are currently not in use. Please\e[0m\n".
- "\e[1mconsider adding these to the POTFILES.in file, located in the po/ directory.\e[0m\n\n";
+ warn "The following files contain translations and are currently not in use. Please\n".
+ "consider adding these to the POTFILES.in file, located in the po/ directory.\n\n";
print STDERR @result, "\n";
warn "If some of these files are left out on purpose then please add them to\n".
- "POTFILES.skip instead of POTFILES.in. A file \e[1m'missing'\e[0m containing this list\n".
+ "POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list\n".
"of left out files has been written in the current directory.\n";
warn "Please report to ". $varhash{"PACKAGE_BUGREPORT"} ."\n" if (defined $varhash{"PACKAGE_BUGREPORT"});
}
@@ -644,9 +644,9 @@ sub FindLeftoutFiles
print OUT @buf_potfiles_notexist;
close OUT;
warn "\n" if ($VERBOSE or @result);
- warn "\e[1mThe following files do not exist anymore:\e[0m\n\n";
+ warn "The following files do not exist anymore:\n\n";
warn @buf_potfiles_notexist, "\n";
- warn "Please remove them from POTFILES.in. A file \e[1m'notexist'\e[0m\n".
+ warn "Please remove them from POTFILES.in. A file 'notexist'\n".
"containing this list of absent files has been written in the current directory.\n";
warn "Please report to ". $varhash{"PACKAGE_BUGREPORT"} ."\n" if (defined $varhash{"PACKAGE_BUGREPORT"});
}
@@ -820,7 +820,7 @@ sub GeneratePOTemplate
" but $PROGRAM thinks that most of the source files are in\n".
" $encoding encoding, while \"$_\" is (likely) in\n".
" $gettext_code encoding. If you are sure that all translatable strings\n".
- " are in same encoding (say UTF-8), please \e[1m*prepend*\e[0m the following\n".
+ " are in same encoding (say UTF-8), please *prepend* the following\n".
" line to POTFILES.in:\n\n".
" [encoding: UTF-8]\n\n".
" and make sure that configure.in/ac checks for $PACKAGE >= 0.27 .\n".