English review for ApplicationInfoFilter.cs (#415)
authorReni Mathew <36875286+Reni-90@users.noreply.github.com>
Fri, 31 Aug 2018 00:07:30 +0000 (05:37 +0530)
committerpjh9216 <jh9216.park@samsung.com>
Fri, 31 Aug 2018 00:07:30 +0000 (09:07 +0900)
src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfoFilter.cs

index cae6890ae02cfd90f9a370aee772f8bb81e94c5c..877d951237761bbddfc57bb3763fd64c1d698c99 100644 (file)
@@ -41,19 +41,19 @@ namespace Tizen.Applications
         public static class Values
         {
             /// <summary>
-            /// A pre-defined value string for InstalledStorage key. This value means that the application is installed at internal storage.
+            /// A pre-defined value string for InstalledStorage key. This value indicates that the application is installed at internal storage.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             public const string InstalledInternal = "installed_internal";
 
             /// <summary>
-            /// A pre-defined value string for InstalledStorage key. This value means that the application is installed at external storage.
+            /// A pre-defined value string for InstalledStorage key. This value indicates that the application is installed at external storage.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             public const string InstalledExternal = "installed_external";
 
             /// <summary>
-            /// A pre-defined value string for InstalledStorage key. This value means that the application is installed at extended storage.
+            /// A pre-defined value string for InstalledStorage key. This value indicates that the application is installed at extended storage.
             /// </summary>
             /// <since_tizen> 5 </since_tizen>
             public const string InstalledExtended = "installed_extended";