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

Commit 589bcaed authored by Joey's avatar Joey Committed by Michael Bestas
Browse files

Change app name to Trebuchet



Squash of commits 224af315 and 23817f7f.

Change-Id: I7ccdab88f40a3c8a2075265a45dfe70e824d9f00
Signed-off-by: default avatarJoey <joey@lineageos.org>
parent 64bb1913
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Application name -->
    <string name="derived_app_name" translatable="false">Quickstep</string>
    <string name="derived_app_name" translatable="false">@string/lineageos_app_name</string>

    <!-- Options for recent tasks -->
    <!-- Title for an option to enter split screen mode for a given app -->
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

    <!-- A string pointer to the original app name string. This allows derived projects to
     easily override the app name without providing all translations -->
    <string name="derived_app_name" translatable="false">@string/app_name</string>
    <string name="derived_app_name" translatable="false">@string/lineageos_app_name</string>

    <!-- String representing the intent for search on the apps market. To specify a query, add
    q=<query> to the data to the intent -->
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The LineageOS Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources>
    <!-- Application name -->
    <string name="lineageos_app_name" translatable="false">Trebuchet</string>
</resources>