merge the reviewed files
[platform/framework/native/appfw.git] / inc / FSysEnvironment.h
index 6885963..0498d0f 100644 (file)
@@ -40,14 +40,14 @@ namespace Tizen { namespace System
 enum PredefinedDirectoryType
 {
        PREDEFINED_DIRECTORY_IMAGES = 0, /** The directory for image files to be stored in internal storage (read-write permission) */
-       PREDEFINED_DIRECTORY_SOUNDS,     /** the directory for sound files to be stored in internal storage (read-write permission) */
+       PREDEFINED_DIRECTORY_SOUNDS,     /** The directory for sound files to be stored in internal storage (read-write permission) */
        PREDEFINED_DIRECTORY_VIDEOS,     /** The directory for video files to be stored in internal storage (read-write permission) */
        PREDEFINED_DIRECTORY_CAMERA,     /** The directory for files to be stored in internal storage by camera application (read-write permission) */
        PREDEFINED_DIRECTORY_DOWNLOADS,  /** The directory for files to be stored in internal storage by download manager (read-write permission) */
        PREDEFINED_DIRECTORY_OTHERS,     /** The directory for other files to be stored in internal storage (read-write permission) */
 
        PREDEFINED_DIRECTORY_EXTERNAL_IMAGES = 100,     /** The directory for image files to be stored in external MMC (read-write permission) */
-       PREDEFINED_DIRECTORY_EXTERNAL_SOUNDS,           /** the directory for sound files to be stored in external MMC (read-write permission) */
+       PREDEFINED_DIRECTORY_EXTERNAL_SOUNDS,           /** The directory for sound files to be stored in external MMC (read-write permission) */
        PREDEFINED_DIRECTORY_EXTERNAL_VIDEOS,           /** The directory for video files to be stored in external MMC (read-write permission) */
        PREDEFINED_DIRECTORY_EXTERNAL_CAMERA,           /** The directory for files to be stored in external MMC by camera application (read-write permission) */
        PREDEFINED_DIRECTORY_EXTERNAL_DOWNLOADS,        /** The directory for files to be stored in external MMC by download manager (read-write permission) */