From f628e03b0d3b76843d80b114a33350479d7eea66 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Fri, 30 Nov 2007 15:37:54 +0000 Subject: [PATCH] - translator comment put in the proper place --- src/zypper-media-callbacks.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/zypper-media-callbacks.h b/src/zypper-media-callbacks.h index 55c9558..ed611c6 100644 --- a/src/zypper-media-callbacks.h +++ b/src/zypper-media-callbacks.h @@ -49,11 +49,11 @@ namespace ZmartRecipients cerr << endl; // may be in the middle of RepoReport or ProgressReport cerr << description << endl; - // TranslatorExplanation translate letters 'y' and 'n' to whathever is appropriate for your language. - // Try to check what answers does zypper accept (it always accepts y/n at least) - // You can also have a look at the regular expressions used to check the answer here: - // /usr/lib/locale//LC_MESSAGES/SYS_LC_MESSAGES std::string request = boost::str(boost::format( + // TranslatorExplanation translate letters 'y' and 'n' to whathever is appropriate for your language. + // Try to check what answers does zypper accept (it always accepts y/n at least) + // You can also have a look at the regular expressions used to check the answer here: + // /usr/lib/locale//LC_MESSAGES/SYS_LC_MESSAGES _("Please insert medium [%s] #%d and type 'y' to continue or 'n' to cancel the operation.")) % gData.current_repo.name() % mediumNr); if (read_bool_answer(request, false)) -- 2.7.4