From 27c929edd6cccfbbedf2fbb8a3175bc7e01bf6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= Date: Thu, 23 Aug 2018 23:00:56 +0200 Subject: i18n: fix mistakes in translated strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typos and convert a question which does not expect to be replied to a simple advice. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.c') diff --git a/config.c b/config.c index 9a0b10d4bc..3461993f0a 100644 --- a/config.c +++ b/config.c @@ -124,7 +124,7 @@ static const char include_depth_advice[] = N_( " %s\n" "from\n" " %s\n" -"Do you have circular includes?"); +"This might be due to circular includes."); static int handle_path_include(const char *path, struct config_include_data *inc) { int ret = 0; -- cgit v1.2.3