Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9757a1db authored by Roman Birg's avatar Roman Birg
Browse files

Keyguard: give the Keyguard a non-empty app label



A blank app label under "Apps" looks suspicious to
the untrained eye.

Change-Id: Ic679e5d6d825a83a8f666bb7e6429bebf1280f6d
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 11b4f60f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>