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

Commit fb8fe400 authored by Steve Kondik's avatar Steve Kondik
Browse files

Fix resource ordering causing build breakage

Change-Id: Ib7b2c603b2a6de6f4ff7c800f54d54b6e50b5aa7
parent 3354539f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,8 +288,8 @@
    <string name="power_off">Power off</string>

    <!-- Button to reboot the phone, within the Phone Options dialog -->
    <string name="reboot_system" product="default">Reboot phone</string>
    <string name="reboot_system" product="tablet">Reboot tablet</string>
    <string name="reboot_system" product="default">Reboot phone</string>

    <!-- label for item that screenshots in phone options dialog -->
    <string name="global_action_screenshot">Screenshot</string>