Skip to content

Commit

Permalink
Keyguard: give the Keyguard a non-empty app label
Browse files Browse the repository at this point in the history
A blank app label under "Apps" looks suspicious to
the untrained eye.

Change-Id: Ic679e5d6d825a83a8f666bb7e6429bebf1280f6d
Signed-off-by: Roman Birg <[email protected]>
  • Loading branch information
romanbb committed Apr 18, 2014
1 parent 11b4f60 commit 9757a1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/Keyguard/res/values/cm_extra.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Do not translate - Dummy strings to prevent aapt warnings -->
<string name="add_widget_item"></string>
<string name="app_name"></string>
<string name="do_keyguard"></string>
<string name="kg_password_wrong_pin_code"></string>
<string name="none_menu_item"></string>
Expand Down
1 change: 1 addition & 0 deletions packages/Keyguard/res/values/cm_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Lockscreen</string>
<string name="keyguard_discharging">Discharging, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>

0 comments on commit 9757a1d

Please sign in to comment.