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

Commit 757b3c27 authored by Adam Powell's avatar Adam Powell
Browse files

Fix ordering of product-specific strings

Change-Id: Ic825e13be639731380897b937d80938762fce5ce
parent 9b12b4ed
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -3568,14 +3568,14 @@
         from the activity resolver to use just this once. [CHAR LIMIT=25] -->
         from the activity resolver to use just this once. [CHAR LIMIT=25] -->
    <string name="activity_resolver_use_once">Just once</string>
    <string name="activity_resolver_use_once">Just once</string>


    <!-- Name of the default audio route when nothing is connected to
         a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
    <string name="default_audio_route_name" product="default">Phone speaker</string>

    <!-- Name of the default audio route for tablets when nothing
    <!-- Name of the default audio route for tablets when nothing
         is connected to a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
         is connected to a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
    <string name="default_audio_route_name" product="tablet">Tablet speakers</string>
    <string name="default_audio_route_name" product="tablet">Tablet speakers</string>


    <!-- Name of the default audio route when nothing is connected to
         a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
    <string name="default_audio_route_name" product="default">Phone speaker</string>

    <!-- Name of the default audio route when wired headphones are
    <!-- Name of the default audio route when wired headphones are
         connected. [CHAR LIMIT=25] -->
         connected. [CHAR LIMIT=25] -->
    <string name="default_audio_route_name_headphones">Headphones</string>
    <string name="default_audio_route_name_headphones">Headphones</string>