[anjuta] build-autotools: bgo #634124, update translator comments



commit 71cd02791abdc9824a002f275c655a3aab4c8b88
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Nov 21 12:54:06 2010 +0100

    build-autotools: bgo #634124, update translator comments

 plugins/build-basic-autotools/plugin.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/build-basic-autotools/plugin.c b/plugins/build-basic-autotools/plugin.c
index 78362c3..4b17f66 100644
--- a/plugins/build-basic-autotools/plugin.c
+++ b/plugins/build-basic-autotools/plugin.c
@@ -924,9 +924,9 @@ on_build_mesg_format (IAnjutaMessageView *view, const gchar *one_line,
 		IAnjutaIndicableIndicator indicator;
 	
 		if ((strstr (line, "warning:") != NULL) ||
-		/* The translations should match that of 'make' program.
+		/* The translations should match that of 'gcc' program.
 		 * The second string with -old should be used for an older
-		 * version of 'make' if necessary. If you update one string,
+		 * version of 'gcc' if necessary. If you update one string,
 		 * move the first one to translate the -old string and then
 		 * replace the first string only. */
 			(strstr (line, _("warning:")) != NULL) ||
@@ -936,9 +936,9 @@ on_build_mesg_format (IAnjutaMessageView *view, const gchar *one_line,
 			indicator = IANJUTA_INDICABLE_WARNING;
 		}
 		else if ((strstr (line, "error:") != NULL) ||
-		/* The translations should match that of 'make' program.
+		/* The translations should match that of 'gcc' program.
 		 * The second string with -old should be used for an older
-		 * version of 'make' if necessary. If you update one string,
+		 * version of 'gcc' if necessary. If you update one string,
 		 * move the first one to translate the -old string and then
 		 * replace the first string only. */
 		          (strstr (line, _("error:")) != NULL) ||



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]