diff options
author | Joey <joey@lineageos.org> | 2018-07-31 13:36:07 (GMT) |
---|---|---|
committer | Bruno Martins <bgcngm@gmail.com> | 2019-10-20 13:00:37 (GMT) |
commit | c3c09383ec556d4376a40a18ff5517605734ae98 (patch) | |
tree | c50ed50e6e02f2387ca78d0aab44250b92e576ae | |
parent | c1821f3e79fbd9b863f3ebd9a532a94eb8c57184 (diff) | |
download | android_packages_apps_Trebuchet-c3c09383ec556d4376a40a18ff5517605734ae98.zip android_packages_apps_Trebuchet-c3c09383ec556d4376a40a18ff5517605734ae98.tar.gz android_packages_apps_Trebuchet-c3c09383ec556d4376a40a18ff5517605734ae98.tar.bz2 |
Change app name to Trebuchet
Squash of commits 224af31 and 23817f7.
Change-Id: I7ccdab88f40a3c8a2075265a45dfe70e824d9f00
Signed-off-by: Joey <joey@lineageos.org>
-rw-r--r-- | quickstep/res/values/strings.xml | 4 | ||||
-rw-r--r-- | res/values/config.xml | 2 | ||||
-rw-r--r-- | res/values/lineage_strings.xml | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/quickstep/res/values/strings.xml b/quickstep/res/values/strings.xml index 4319b5d..f02e9dd 100644 --- a/quickstep/res/values/strings.xml +++ b/quickstep/res/values/strings.xml @@ -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 --> @@ -67,4 +67,4 @@ <string name="all_apps_prediction_tip">Your predicted apps</string> -</resources>
\ No newline at end of file +</resources> diff --git a/res/values/config.xml b/res/values/config.xml index 638a411..bdd89ec 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -9,7 +9,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 --> diff --git a/res/values/lineage_strings.xml b/res/values/lineage_strings.xml index e5a1030..5d2f53a 100644 --- a/res/values/lineage_strings.xml +++ b/res/values/lineage_strings.xml @@ -14,6 +14,8 @@ limitations under the License. --> <resources> + <!-- Application name --> + <string name="lineageos_app_name" translatable="false">Trebuchet</string> <!-- Settings --> |