Improve strings

Change-Id: I65995f20e00b9b6068b3f93ae87da963e648d7fa
This commit is contained in:
Michael Bestas 2015-05-25 22:48:37 +03:00
parent 38afe8dca2
commit 0b75e32039
1 changed files with 4 additions and 4 deletions

View File

@ -18,12 +18,12 @@
<!-- Label for the CyanogenMod system components when they are shown to the user. -->
<string name="cyanogenmod_system_label">CyanogenMod System</string>
<string name="permlab_publishCustomTile">create a custom tile within qs tiles</string>
<string name="permdesc_publishCustomTile">Allows an app to publish a quick settings tile</string>
<string name="permlab_publishCustomTile">create a custom tile within quick settings panel</string>
<string name="permdesc_publishCustomTile">Allows an app to publish a quick settings tile.</string>
<string name="permlab_bindCustomTileListenerService">bind to a custom tile listener service</string>
<string name="permdesc_bindCustomTileListenerService">Allows the holder to bind to the top-level interface of a custom tile listener service.</string>
<string name="permdesc_bindCustomTileListenerService">Allows the app to bind to the top-level interface of a custom tile listener service.</string>
<!-- Label to show for a service that is running because it is observing the user's custom tiles. -->
<string name="custom_tile_listener_binding_label">Custom tile listener</string>
</resources>
</resources>