lets use the old donating text until it gets translated well enough

This commit is contained in:
tibbi 2022-07-08 14:29:04 +02:00
parent 1ef7034335
commit dfcc8ec654

View file

@ -12,7 +12,7 @@ import kotlinx.android.synthetic.main.dialog_textview.view.*
class DonateDialog(val activity: Activity) {
init {
val view = activity.layoutInflater.inflate(R.layout.dialog_textview, null).apply {
text_view.text = Html.fromHtml(activity.getString(R.string.donate_new))
text_view.text = Html.fromHtml(activity.getString(R.string.donate_please))
text_view.movementMethod = LinkMovementMethod.getInstance()
}