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/Bugzilla.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Plugins/Bugzilla.cpp') diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index f4068a2d..909a977d 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -778,7 +778,7 @@ std::string CReporterBugzilla::Report(const map_crash_data_t& pCrashData, } else if (all_bugs_size == 0) // Create new bug { - update_client(_("Creating new bug...")); + update_client(_("Creating a new bug...")); bug_id = bz_server.new_bug(pCrashData, depend_on_bugno); if (bug_id < 0) { @@ -821,7 +821,7 @@ std::string CReporterBugzilla::Report(const map_crash_data_t& pCrashData, { if (ii == MAX_HOPS) { - VERB3 log("Bugzilla couldn't find parent of bug %d", (int)original_bug_id); + VERB3 log("Bugzilla could not find a parent of bug %d", (int)original_bug_id); bug_info_destroy(&bz); throw CABRTException(EXCEP_PLUGIN, _("Bugzilla couldn't find parent of bug %d"), (int)original_bug_id); } -- cgit