diff options
| author | Karel Klic <kklic@redhat.com> | 2010-07-12 13:43:30 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2010-07-12 13:43:30 +0200 |
| commit | 39d1eb82b56410e41ee8dccf5b2d6f3cad217996 (patch) | |
| tree | b9ebc7eb53eae6ace922406db1d5a1de0b08b106 /lib/Plugins/FileTransfer.cpp | |
| parent | 2ff305d1e59f9683642a58ec29df55fdb8dd2297 (diff) | |
| download | abrt-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.cpp | 4 |
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()); |
