kopia lustrzana https://github.com/ryukoposting/Signal-Android
Update copy of GiftMessageView.
rodzic
8d8f5fb9e4
commit
7c94d570cb
|
@ -58,7 +58,7 @@ class GiftMessageView @JvmOverloads constructor(
|
||||||
|
|
||||||
if (isOutgoing) {
|
if (isOutgoing) {
|
||||||
actionView.setText(R.string.GiftMessageView__view)
|
actionView.setText(R.string.GiftMessageView__view)
|
||||||
titleView.text = context.getString(R.string.GiftMessageView__donation_to_s, recipient.getDisplayName(context))
|
titleView.text = context.getString(R.string.GiftMessageView__donation_on_behalf_of_s, recipient.getDisplayName(context))
|
||||||
} else {
|
} else {
|
||||||
titleView.text = context.getString(R.string.GiftMessageView__s_donated_to_signal_on, recipient.getShortDisplayName(context))
|
titleView.text = context.getString(R.string.GiftMessageView__s_donated_to_signal_on, recipient.getShortDisplayName(context))
|
||||||
when (giftBadge.redemptionState) {
|
when (giftBadge.redemptionState) {
|
||||||
|
|
|
@ -4581,7 +4581,7 @@
|
||||||
<string name="DonationsErrors__your_donation_could_not_be_sent">Your donation could not be sent because of a network error. Check your connection and try again.</string>
|
<string name="DonationsErrors__your_donation_could_not_be_sent">Your donation could not be sent because of a network error. Check your connection and try again.</string>
|
||||||
|
|
||||||
<!-- Gift message view title -->
|
<!-- Gift message view title -->
|
||||||
<string name="GiftMessageView__donation_to_s">Donation to %1$s</string>
|
<string name="GiftMessageView__donation_on_behalf_of_s">Donation on behalf of %1$s</string>
|
||||||
<!-- Gift message view title for incoming donations -->
|
<!-- Gift message view title for incoming donations -->
|
||||||
<string name="GiftMessageView__s_donated_to_signal_on">%1$s donated to Signal on your behalf</string>
|
<string name="GiftMessageView__s_donated_to_signal_on">%1$s donated to Signal on your behalf</string>
|
||||||
<!-- Gift badge redeem action label -->
|
<!-- Gift badge redeem action label -->
|
||||||
|
|
Ładowanie…
Reference in New Issue