From 84ae8a43927b479a8b3565e43d0b3a109b164c21 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Wed, 2 Sep 2009 11:39:27 +0200 Subject: add gettext support for all plugins --- lib/Plugins/KerneloopsReporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/KerneloopsReporter.cpp') 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); -- cgit