summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-07-12 13:43:30 +0200
committerKarel Klic <kklic@redhat.com>2010-07-12 13:43:30 +0200
commit39d1eb82b56410e41ee8dccf5b2d6f3cad217996 (patch)
treeb9ebc7eb53eae6ace922406db1d5a1de0b08b106 /lib/Plugins/Bugzilla.cpp
parent2ff305d1e59f9683642a58ec29df55fdb8dd2297 (diff)
downloadabrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.tar.gz
abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.tar.xz
abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.zip
String updates
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
-rw-r--r--lib/Plugins/Bugzilla.cpp4
1 files changed, 2 insertions, 2 deletions
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);
}