git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ralf Thielow <ralf.thielow@gmail.com>
To: gitster@pobox.com
Cc: git@vger.kernel.org, worldhello.net@gmail.com, pclouds@gmail.com,
	Ralf Thielow <ralf.thielow@gmail.com>
Subject: [PATCH 2/2] i18n: mark prefix "warning:" for translation
Date: Fri,  7 Sep 2012 21:05:05 +0200	[thread overview]
Message-ID: <1347044705-17268-3-git-send-email-ralf.thielow@gmail.com> (raw)
In-Reply-To: <1347044705-17268-1-git-send-email-ralf.thielow@gmail.com>

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
---
 usage.c | 2 +-
 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/usage.c b/usage.c
index a2a6678..162a4b2 100644
--- a/usage.c
+++ b/usage.c
@@ -44,7 +44,7 @@ static void error_builtin(const char *err, va_list params)
 
 static void warn_builtin(const char *warn, va_list params)
 {
-	vreportf("warning: ", warn, params);
+	print_with_prefix(_("warning:"), warn, params);
 }
 
 /* If we are in a dlopen()ed .so write to a global variable would segfault
-- 
1.7.12.176.g3fc0e4c.dirty

      parent reply	other threads:[~2012-09-07 19:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-05 17:11 [PATCH/RFC] l10n: de.po: translate 2 new messages Ralf Thielow
2012-09-05 17:21 ` Ralf Thielow
2012-09-06 16:44 ` Thomas Rast
2012-09-06 17:15   ` Ralf Thielow
2012-09-07 10:31 ` Jiang Xin
2012-09-07 16:36   ` Ralf Thielow
2012-09-07 17:05     ` Ralf Thielow
2012-09-07 17:12       ` Ralf Thielow
2012-09-07 17:44       ` Junio C Hamano
2012-09-07 19:05         ` [PATCH 0/2] multiline prefixes on messages Ralf Thielow
2012-09-07 19:05           ` [PATCH 1/2] advice: extract function to print messages with prefix Ralf Thielow
2012-09-07 19:32             ` Junio C Hamano
2012-09-07 19:56               ` Ralf Thielow
2012-09-07 20:52                 ` Junio C Hamano
2012-09-07 21:09                   ` Ralf Thielow
2012-09-07 21:16                     ` Junio C Hamano
2012-09-07 21:20                       ` Junio C Hamano
2012-09-07 19:05           ` Ralf Thielow [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1347044705-17268-3-git-send-email-ralf.thielow@gmail.com \
    --to=ralf.thielow@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=pclouds@gmail.com \
    --cc=worldhello.net@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).