cmsdk: Minor string improvement

* permdesc strings should end with a dot

Change-Id: I948ab86ee7548507da1a8cd3bd260637a1e927b7
This commit is contained in:
Michael Bestas 2016-03-11 20:09:28 +02:00
parent 32788b0555
commit 9f124658e6
1 changed files with 1 additions and 1 deletions

View File

@ -164,5 +164,5 @@
<!-- Performance manager permission title -->
<string name="permlab_perfAccess">access performance manager</string>
<!-- Performance manager permission description -->
<string name="permdesc_perfAccessDesc">Allows an app to access the performance service. Should never be needed for normal apps</string>
<string name="permdesc_perfAccessDesc">Allows an app to access the performance service. Should never be needed for normal apps.</string>
</resources>