summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-01 17:09:50 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-04-01 17:09:50 +0300
commit42a1a85427b49dddcff69ceb5bdf213cde510312 (patch)
tree24fef2799c56a77a6e11d9b0f680162a6f6c0d40
parent3726f6bcb9497dc63c9371481099c29304941062 (diff)
downloadvendor_cmsdk-42a1a85427b49dddcff69ceb5bdf213cde510312.zip
vendor_cmsdk-42a1a85427b49dddcff69ceb5bdf213cde510312.tar.gz
vendor_cmsdk-42a1a85427b49dddcff69ceb5bdf213cde510312.tar.bz2
cmsdk: Minor weather provider string updates
Change-Id: Ic565daa23ad520484b1c5b802ab6f8d83f6653a8
-rw-r--r--cm/res/res/values/strings.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cm/res/res/values/strings.xml b/cm/res/res/values/strings.xml
index a86ca24..887062f 100644
--- a/cm/res/res/values/strings.xml
+++ b/cm/res/res/values/strings.xml
@@ -181,11 +181,11 @@
<!-- Weather Service strings -->
<string name="permlab_weather_read">read weather</string>
- <string name="permdesc_weather_read">Allows an app to read content from the weather provider</string>
+ <string name="permdesc_weather_read">Allows an app to read content from the weather provider.</string>
<string name="permlab_weather_write">update weather provider</string>
- <string name="permdesc_weather_write">Allows an app to update the content of the weather provider</string>
- <string name="permlab_weather_bind">binds as a weather provider service</string>
- <string name="permdesc_weather_bind">Allows an app to be identified as a weather provider service</string>
+ <string name="permdesc_weather_write">Allows an app to update the content of the weather provider.</string>
+ <string name="permlab_weather_bind">bind as a weather provider service</string>
+ <string name="permdesc_weather_bind">Allows an app to be identified as a weather provider service.</string>
<string name="permlab_weather_access_mgr">access weather service</string>
- <string name="permdesc_weather_access_mgr">Allows an app to access the weather service in the system. Should never be needed for normal apps</string>
+ <string name="permdesc_weather_access_mgr">Allows an app to access the weather service in the system. Should never be needed for normal apps.</string>
</resources>