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

Commit 090a6454 authored by Josh's avatar Josh
Browse files

Moved keyboard settings string to resource file

Fix: 374866704
Flag: com.android.systemui.keyboard_shortcut_helper_rewrite
Test: check that the string on keyboard settings button in shortcut
helper is translated in other locales

Change-Id: Iec7458c61340a78bbbbff886ceea9dd0036932cb
parent e6634fe6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3745,6 +3745,10 @@
         use. The helper shows shortcuts in categories, which can be collapsed or expanded.
         [CHAR LIMIT=NONE] -->
    <string name="shortcut_helper_content_description_drag_handle">Drag handle</string>
    <!-- Label on the keyboard settings button in keyboard shortcut helper, that allows user to
         open keyboard settings while in shortcut helper. The helper is a  component that shows the
         user which keyboard shortcuts they can use. [CHAR LIMIT=NONE] -->
    <string name="shortcut_helper_keyboard_settings_buttons_label">Keyboard Settings</string>


    <!-- Keyboard touchpad tutorial scheduler-->
+1 −1
Original line number Diff line number Diff line
@@ -833,7 +833,7 @@ private fun KeyboardSettings(horizontalPadding: Dp, verticalPadding: Dp, onClick
    ) {
        Row(verticalAlignment = Alignment.CenterVertically) {
            Text(
                "Keyboard Settings",
                stringResource(id = R.string.shortcut_helper_keyboard_settings_buttons_label),
                color = MaterialTheme.colorScheme.onSurfaceVariant,
                fontSize = 16.sp,
            )