From 39d1eb82b56410e41ee8dccf5b2d6f3cad217996 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Mon, 12 Jul 2010 13:43:30 +0200 Subject: String updates --- lib/Plugins/CCpp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Plugins/CCpp.cpp') diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index 7a48331b..7eb6072c 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -350,7 +350,7 @@ static void InstallDebugInfos(const char *pDebugDumpDir, const char *debuginfo_dirs, string& build_ids) { - update_client(_("Starting debuginfo installation")); + update_client(_("Starting the debuginfo installation")); int pipeout[2]; //TODO: can we use ExecVP? xpipe(pipeout); @@ -734,7 +734,7 @@ void CAnalyzerCCpp::CreateReport(const char *pDebugDumpDir, int force) InstallDebugInfos(pDebugDumpDir, m_sDebugInfoDirs.c_str(), build_ids); } else - VERB1 log(_("Skipping debuginfo installation")); + VERB1 log(_("Skipping the debuginfo installation")); /* Create and store backtrace. */ string backtrace_str; -- cgit