aboutsummaryrefslogtreecommitdiff
path: root/build/android/app/src/main/res
diff options
context:
space:
mode:
authorMuhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com>2021-06-05 02:22:53 +0700
committerGitHub <noreply@github.com>2021-06-04 21:22:53 +0200
commit40acfc938ce2306dbf6704f8091a89817a73c71b (patch)
treee4c0ef49a9d52fb2a43be709f49e9cecc25dddfa /build/android/app/src/main/res
parent8f085e02a107dd8092393935bfa1bba71d2546d2 (diff)
downloadhax-minetest-server-40acfc938ce2306dbf6704f8091a89817a73c71b.tar.gz
hax-minetest-server-40acfc938ce2306dbf6704f8091a89817a73c71b.zip
Android: Do not submit text after pressing Enter key for multi-line text (#11298)
Regular EditText is used for multi-line text to not close the dialog after pressing back button. New button is added for submitting multi-line text.
Diffstat (limited to 'build/android/app/src/main/res')
-rw-r--r--build/android/app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/app/src/main/res/values/strings.xml b/build/android/app/src/main/res/values/strings.xml
index a6fba70d5..85238117f 100644
--- a/build/android/app/src/main/res/values/strings.xml
+++ b/build/android/app/src/main/res/values/strings.xml
@@ -6,5 +6,6 @@
<string name="not_granted">Required permission wasn\'t granted, Minetest can\'t run without it</string>
<string name="notification_title">Loading Minetest</string>
<string name="notification_description">Less than 1 minute&#8230;</string>
+ <string name="ime_dialog_done">Done</string>
</resources>