diff options
| author | Carlos Solano <csolano@gmail.com> | 2021-05-20 12:07:31 +0200 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2021-05-20 15:38:43 +0200 |
| commit | 51b148a6a6f0542e06d0598ddb33099125f6f6ee (patch) | |
| tree | 312e9e1677e4dc389f8224e360d13e8807fcf8b7 | |
| parent | df1cfe4b0b61fe956552d3dc7e88fe5a65c53be3 (diff) | |
deviceparts: fix typo
Change-Id: I6855acd16e31a484b6a7c11d3f98ae5d0f86d33f
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 203be85..c31263f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -27,7 +27,7 @@ <string name="sweep_to_wake_title">Sweep to wake</string> <string name="sweep_to_wake_summary">With screen OFF, wake your phone by sweeping on the bottom of the display from left to right</string> <string name="sweep_to_sleep_title">Sweep to sleep</string> - <string name="sweep_to_sleep_summary">Win screen ON, put your phone to sleep by sweeping on the bottom of the display from left to right</string> + <string name="sweep_to_sleep_summary">With screen ON, put your phone to sleep by sweeping on the bottom of the display from left to right</string> <!-- Audio/Sound enhancer --> <string name="category_audio">Audio</string> |
