summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.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 /src/Daemon/Daemon.cpp
parent2ff305d1e59f9683642a58ec29df55fdb8dd2297 (diff)
downloadabrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.tar.gz
abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.tar.xz
abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.zip
String updates
Diffstat (limited to 'src/Daemon/Daemon.cpp')
-rw-r--r--src/Daemon/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp
index d15ac5b0..ccaf3ff1 100644
--- a/src/Daemon/Daemon.cpp
+++ b/src/Daemon/Daemon.cpp
@@ -514,7 +514,7 @@ static gboolean handle_inotify_cb(GIOChannel *gio, GIOCondition condition, gpoin
&& worst_dir != ""
) {
log("Size of '%s' >= %u MB, deleting '%s'", DEBUG_DUMPS_DIR, g_settings_nMaxCrashReportsSize, worst_dir.c_str());
- g_pCommLayer->QuotaExceed(_("Report size exceeded the quota. Please check system's MaxCrashReportsSize value in abrt.conf."));
+ g_pCommLayer->QuotaExceed(_("The size of the report exceeded the quota. Please check system's MaxCrashReportsSize value in abrt.conf."));
/* deletes both directory and DB record */
DeleteDebugDump_by_dir(concat_path_file(DEBUG_DUMPS_DIR, worst_dir.c_str()).c_str());
worst_dir = "";