summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/KerneloopsReporter.cpp
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-02 12:16:13 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-02 12:16:13 +0200
commit5b79533ec48b0ec9eb2cdd5cafc705160a486888 (patch)
tree9800012383e1cb4e27d8fb42d91cb3591f93e15a /lib/Plugins/KerneloopsReporter.cpp
parentd28efd514ea109db680dd143fe9bcad147d0730f (diff)
parent84ae8a43927b479a8b3565e43d0b3a109b164c21 (diff)
downloadabrt-5b79533ec48b0ec9eb2cdd5cafc705160a486888.tar.gz
abrt-5b79533ec48b0ec9eb2cdd5cafc705160a486888.tar.xz
abrt-5b79533ec48b0ec9eb2cdd5cafc705160a486888.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.cpp')
-rw-r--r--lib/Plugins/KerneloopsReporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp
index b3d6332..4dced9e 100644
--- a/lib/Plugins/KerneloopsReporter.cpp
+++ b/lib/Plugins/KerneloopsReporter.cpp
@@ -98,7 +98,7 @@ std::string CKerneloopsReporter::Report(const map_crash_report_t& pCrashReport,
int ret = -1;
map_crash_report_t::const_iterator it;
- update_client("Creating and submitting a report...");
+ update_client(_("Creating and submitting a report..."));
it = pCrashReport.begin();
it = pCrashReport.find(FILENAME_KERNELOOPS);