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

Commit 185fa234 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix some strings

Bug: 26411749
Bug: 27022727
Change-Id: I405ba61a46011365bfa2aebfdb0797738237e86b
parent f4bfeab1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -626,12 +626,12 @@
    <!-- UI debug setting: force all activites to be resizable for multiwindow [CHAR LIMIT=50] -->
    <string name="force_resizable_activities">Force activities to be resizable</string>
    <!-- UI debug setting: force allow on external summary [CHAR LIMIT=150] -->
    <string name="force_resizable_activities_summary">Makes all activities resizable for multi-window, regardless of manifest values.</string>
    <string name="force_resizable_activities_summary">Make all activities resizable for multi-window, regardless of manifest values.</string>

    <!-- UI debug setting: enable freeform window support [CHAR LIMIT=50] -->
    <string name="enable_freeform_support">Enable freeform windows</string>
    <!-- UI debug setting: enable freeform window support summary [CHAR LIMIT=150] -->
    <string name="enable_freeform_support_summary">Enables support for experimental freeform windows.</string>
    <string name="enable_freeform_support_summary">Enable support for experimental freeform windows.</string>

    <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
    <string name="local_backup_password_title">Desktop backup password</string>
+1 −1
Original line number Diff line number Diff line
@@ -1182,7 +1182,7 @@
    <string name="overview_disable_fast_toggle_via_button_desc">Disable launch timeout while paging</string>

    <!-- Toggle to enable the gesture to enter split-screen by swiping up from the Overview button. [CHAR LIMIT=60]-->
    <string name="overview_nav_bar_gesture">Enable split-screen swipe-up accelerator</string>
    <string name="overview_nav_bar_gesture">Enable split-screen swipe-up gesture</string>
    <!-- Description for the toggle to enable the gesture to enter split-screen by swiping up from the Overview button. [CHAR LIMIT=NONE]-->
    <string name="overview_nav_bar_gesture_desc">Enable gesture to enter split-screen by swiping up from the Overview button</string>