summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/FileTransfer.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/FileTransfer.cpp
parent2ff305d1e59f9683642a58ec29df55fdb8dd2297 (diff)
downloadabrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.tar.gz
abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.tar.xz
abrt-39d1eb82b56410e41ee8dccf5b2d6f3cad217996.zip
String updates
Diffstat (limited to 'lib/Plugins/FileTransfer.cpp')
-rw-r--r--lib/Plugins/FileTransfer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/FileTransfer.cpp b/lib/Plugins/FileTransfer.cpp
index 76c56705..6668968e 100644
--- a/lib/Plugins/FileTransfer.cpp
+++ b/lib/Plugins/FileTransfer.cpp
@@ -319,7 +319,7 @@ void CFileTransfer::Run(const char *pActionDir, const char *pArgs, int force)
}
catch (CABRTException& e)
{
- error_msg(_("Can't create and send an archive: %s"), e.what());
+ error_msg(_("Cannot create and send an archive: %s"), e.what());
}
unlink(archivename.c_str());
}
@@ -348,7 +348,7 @@ void CFileTransfer::Run(const char *pActionDir, const char *pArgs, int force)
}
catch (CABRTException& e)
{
- error_msg(_("Can't create and send an archive %s"), e.what());
+ error_msg(_("Cannot create and send an archive: %s"), e.what());
}
VERB3 log("Deleting archive '%s'", archivename.c_str());
unlink(archivename.c_str());