diff options
| author | Karel Klic <kklic@redhat.com> | 2010-07-12 13:43:30 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2010-07-12 13:43:30 +0200 |
| commit | 39d1eb82b56410e41ee8dccf5b2d6f3cad217996 (patch) | |
| tree | b9ebc7eb53eae6ace922406db1d5a1de0b08b106 /lib/Plugins/CCpp.cpp | |
| parent | 2ff305d1e59f9683642a58ec29df55fdb8dd2297 (diff) | |
| download | abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.tar.gz abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.tar.xz abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.zip | |
String updates
Diffstat (limited to 'lib/Plugins/CCpp.cpp')
| -rw-r--r-- | lib/Plugins/CCpp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
