diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2022-02-15 00:59:17 +0000 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2022-02-15 01:02:14 +0000 |
| commit | 3ec7e503ca2d8d5a3d06d89618f67a10e9a4807d (patch) | |
| tree | 1d35a2ed5cb77c9fdd89686989b0e10d6993152c | |
| parent | 7977ccd0bac30413e23285006efd7f6eea3e437e (diff) | |
pro1: devicesettings: Change touchscreen settings title and summary
Change-Id: I80721438d0885cbfb86d7de699264fedb22c9c43
| -rw-r--r-- | devicesettings/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devicesettings/res/values/strings.xml b/devicesettings/res/values/strings.xml index 085dde6..96eb943 100644 --- a/devicesettings/res/values/strings.xml +++ b/devicesettings/res/values/strings.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright (C) 2018-2021 The LineageOS Project + Copyright (C) 2020-2022 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. @@ -40,8 +40,8 @@ <string name="keyboard_fastpoll_summary">Poll the keyboard at a faster rate (\"Gaming mode\")</string> <!-- Touchscreen settings strings --> - <string name="touchscreen_settings_title">Touchscreen</string> - <string name="touchscreen_settings_summary">Margin</string> + <string name="touchscreen_settings_title">Touchscreen settings</string> + <string name="touchscreen_settings_summary">Control margin (dead zone)</string> <string name="touchscreen_margin_title">Margin</string> <string name="touchscreen_margin_summary">Margin level: %d</string> |
