mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Update Pre-Alpha to Alpha wording
This commit is contained in:
parent
8374cb14f0
commit
49ec4a4a99
@ -59,7 +59,7 @@
|
|||||||
<string name="disable_emoji">Disable emoji suggestions</string>
|
<string name="disable_emoji">Disable emoji suggestions</string>
|
||||||
<string name="try_typing">Try typing here…</string>
|
<string name="try_typing">Try typing here…</string>
|
||||||
<string name="externally_imported_model">Externally imported model</string>
|
<string name="externally_imported_model">Externally imported model</string>
|
||||||
<string name="spacebar_default_text">Pre-Alpha</string>
|
<string name="spacebar_default_text">Alpha</string>
|
||||||
|
|
||||||
<string name="payment_text_1">You\'ve been using FUTO Keyboard for <xliff:g name="days" example="30">%d</xliff:g> days. If you find this app useful, please consider paying to support future development of FUTO software.</string>
|
<string name="payment_text_1">You\'ve been using FUTO Keyboard for <xliff:g name="days" example="30">%d</xliff:g> days. If you find this app useful, please consider paying to support future development of FUTO software.</string>
|
||||||
<string name="payment_text_1_alt">Thank you for trying out FUTO Keyboard! If you find this app useful, please consider paying to support future development of FUTO software.</string>
|
<string name="payment_text_1_alt">Thank you for trying out FUTO Keyboard! If you find this app useful, please consider paying to support future development of FUTO software.</string>
|
||||||
|
@ -114,7 +114,7 @@ fun SetupEnableIME() {
|
|||||||
Step(fraction = 1.0f/3.0f, text = "Setup - Step 1 of 3")
|
Step(fraction = 1.0f/3.0f, text = "Setup - Step 1 of 3")
|
||||||
|
|
||||||
Text(
|
Text(
|
||||||
"Welcome to FUTO Keyboard pre-alpha! Please keep in mind things may be rough. This is not a finished product in any way.\n\nFirst, enable FUTO Keyboard as an input method.",
|
"Welcome to FUTO Keyboard alpha! Please keep in mind things may be rough. This is not a finished product in any way.\n\nFirst, enable FUTO Keyboard as an input method.",
|
||||||
textAlign = TextAlign.Center,
|
textAlign = TextAlign.Center,
|
||||||
modifier = Modifier.fillMaxWidth()
|
modifier = Modifier.fillMaxWidth()
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user