[dpkg] 16/27: dselect: Stop marking an untranslatable string as such
Mattia Rizzolo
mattia at debian.org
Mon Oct 23 18:10:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository dpkg.
commit c18496842f69044d3ae8d05378daf35779583c2a
Author: Guillem Jover <guillem at debian.org>
Date: Sat Oct 21 13:17:45 2017 +0200
dselect: Stop marking an untranslatable string as such
Spotted-by: Santiago Vila <sanvila at debian.org>
---
dselect/method.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dselect/method.cc b/dselect/method.cc
index d7d155e..ef5c4c3 100644
--- a/dselect/method.cc
+++ b/dselect/method.cc
@@ -61,7 +61,7 @@ sthfailed(const char * reasoning)
{
curseson();
clear();
- printw(_("\n\n%s: %s\n"), DSELECT, reasoning);
+ printw("\n\n%s: %s\n", DSELECT, reasoning);
attrset(A_BOLD);
addstr(_("\nPress <enter> to continue."));
attrset(A_NORMAL);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list