diff options
| author | Jules Aguillon | 2026-05-06 01:16:47 +0200 |
|---|---|---|
| committer | GitHub | 2026-05-06 01:16:47 +0200 |
| commit | 56edba7b18523519048eaf54a9b8abdb5f00651c (patch) | |
| tree | b6c9949fea9b0f15416082ea321e9d2975c5a5b1 /res/values-fi | |
| parent | 11b735bfe8591f120f994733b79e9bf236232103 (diff) | |
| download | unexpected-keyboard-56edba7b18523519048eaf54a9b8abdb5f00651c.tar.gz unexpected-keyboard-56edba7b18523519048eaf54a9b8abdb5f00651c.zip | |
Remove mention of network access from store description (#1280)
This part of the store description is no longer true, as the application
makes a network request when downloading a dictionary.
Diffstat (limited to 'res/values-fi')
| -rw-r--r-- | res/values-fi/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index bb1c5a7..bc013d1 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -3,7 +3,7 @@ <!-- <string name="app_name_release">Unexpected Keyboard</string> --> <!-- <string name="app_name_debug">Unexpected Keyboard (Debug)</string> --> <!-- <string name="short_description">Lightweight and privacy-conscious virtual keyboard for Android.</string> --> - <!-- <string name="store_description">The main feature is that you can type more characters by swiping the keys towards the corners.\n\nThis application was originally designed for programmers using Termux.\nNow perfect for everyday use.\n\nThis application contains no ads, doesn\'t make any network requests and is Open Source.</string> --> + <!-- <string name="store_description">The main feature is that you can type more characters by swiping the keys towards the corners.\n\nThis application was originally designed for programmers using Termux.\nNow perfect for everyday use.\n\nThis application contains no ads and is Open Source.</string> --> <!-- <string name="pref_portrait">In portrait mode</string> --> <!-- <string name="pref_portrait_unfolded">In portrait mode unfolded</string> --> <!-- <string name="pref_landscape">In landscape mode</string> --> |
