summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.cpp
diff options
context:
space:
mode:
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);
}