diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:07:15 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:07:15 +0200 |
commit | 8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395 (patch) | |
tree | 975c6e590c31e56007006a23e7b15d0245d75b08 /structures.cpp | |
parent | 3.6 (diff) | |
download | FreeFileSync-8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395.tar.gz FreeFileSync-8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395.tar.bz2 FreeFileSync-8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395.zip |
3.7
Diffstat (limited to 'structures.cpp')
-rw-r--r-- | structures.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/structures.cpp b/structures.cpp index 47777b84..90863a41 100644 --- a/structures.cpp +++ b/structures.cpp @@ -6,7 +6,6 @@ // #include "structures.h" #include <wx/intl.h> -#include "shared/systemConstants.h" #include <stdexcept> using namespace FreeFileSync; @@ -168,7 +167,7 @@ wxString FreeFileSync::getDescription(CompareFilesResult cmpRes) case FILE_RIGHT_NEWER: return _("Files that exist on both sides, right one is newer"); case FILE_DIFFERENT: - return _("Files that exist on both sides and have different content"); + return _("Files that have different content"); case FILE_EQUAL: return _("Files that are equal on both sides"); case FILE_CONFLICT: |