kolabformat/formathelpers.cpp

Christian Mollekopf mollekopf at kolabsys.com
Tue Oct 29 15:50:56 CET 2013


 kolabformat/formathelpers.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 07ce68b617e27c5b78ed7af49fe07605f8100482
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Tue Oct 29 15:50:49 2013 +0100

    The description is plural: File -> Files

diff --git a/kolabformat/formathelpers.cpp b/kolabformat/formathelpers.cpp
index bb7f633..b376b8c 100644
--- a/kolabformat/formathelpers.cpp
+++ b/kolabformat/formathelpers.cpp
@@ -16,7 +16,7 @@ static const struct {
   { KOLAB_FOLDER_TYPE_NOTE,    I18N_NOOP( "Notes" )    },
   { KOLAB_FOLDER_TYPE_CONFIGURATION, I18N_NOOP( "Configuration" )    },
   { KOLAB_FOLDER_TYPE_FREEBUSY,    I18N_NOOP( "Freebusy" ) },
-  { KOLAB_FOLDER_TYPE_FILE,    I18N_NOOP( "File" ) }
+  { KOLAB_FOLDER_TYPE_FILE,    I18N_NOOP( "Files" ) }
 };
 static const int numFolderTypeData = sizeof folderTypeData / sizeof *folderTypeData;
 




More information about the commits mailing list