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

Commit bd9cafa4 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Dreams/Sleep Mode is now Daydreams.

Bug: 7395321
Change-Id: I3173cd9205df94217911a2d432d1be1db9e3d539
parent 39c65262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@

        <activity android:name=".Somnambulator"
            android:label="@string/start_dreams"
            android:icon="@mipmap/ic_launcher_dreams"
            android:icon="@mipmap/ic_daydreams"
            android:theme="@android:style/Theme.Wallpaper.NoTitleBar"
            android:exported="true"
            android:excludeFromRecents="true"
+8.62 KiB
Loading image diff...
+5.14 KiB
Loading image diff...
+12.7 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@
    <string name="jelly_bean_dream_name">BeanFlinger</string>

    <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
    <string name="start_dreams">Sleep Now</string>
    <string name="start_dreams">Daydream</string>

    <!-- Textual description of Ethernet connections -->
    <string name="ethernet_label">Ethernet</string>
Loading