Skip to content

fix: removed formatted=false from strings that have wildcards #1367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wallet/res/values/strings-dashpay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<string name="if_you_tap_cancel_request">If you tap “Cancel Request”, you will still have a chance to request another username without paying again</string>
<string name="cant_open">Can’t open</string>
<string name="invalid_link">The link is invalid</string>
<string name="welcome_request_username_min_balance_disclaimer_all" formatted="false">You have %s Dash. Some usernames cost up to %s Dash.</string>
<string name="welcome_request_username_min_balance_disclaimer_all">You have %s Dash. Some usernames cost up to %s Dash.</string>
<string name="welcome_request_username_min_balance_disclaimer_noncontested">You need to have more than %s Dash to create a username.</string>
<string name="request_username_min_balance_disclaimer">To request a username on the Dash Network, you need to have more than %s Dash</string>

Expand Down
2 changes: 1 addition & 1 deletion wallet/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<string name="wallet_low_storage_dialog_button_apps">Manage apps</string>
<string name="wallet_timeskew_dialog_title">Check date &amp; time settings</string>
<string name="wallet_timeskew_dialog_msg">Your device time is off by %d minutes. You probably cannot send or receive Dash due to this problem.\n\nYou should check and if necessary correct your date, time and timezone settings.</string>
<string name="wallet_coinjoin_timeskew_dialog_msg" formatted="false">Your device time is %s by %d seconds. You cannot use CoinJoin due to this difference.\n\nThe time settings on your device needs to be changed to “Set time automatically” to use CoinJoin.</string>
<string name="wallet_coinjoin_timeskew_dialog_msg">Your device time is %s by %d seconds. You cannot use CoinJoin due to this difference.\n\nThe time settings on your device needs to be changed to “Set time automatically” to use CoinJoin.</string>
<string name="settings_coinjoin_timeskew_dialog_msg">Your device time is off by more than 5 seconds. You cannot use CoinJoin due to this difference.\n\nThe time settings on your device needs to be changed to “Set time automatically” before using CoinJoin.</string>
<string name="send_coins_activity_title">Send Dash</string>
<string name="send_coins_fragment_request_payment_request_progress">Fetching signature from %s…</string>
Expand Down