Skip to content
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

Remove strings marked with "TODO: delete me" #989

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 0 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@
<string name="label_send_address">Destination Address</string>
<string name="label_send_notes">Notes</string>

<string name="backup_progress">Backup in progress</string><!--TODO deleteme-->
<string name="archive_progress">Archive in progress</string><!--TODO deleteme-->
<string name="rename_progress">Rename in progress</string><!--TODO deleteme-->
<string name="changepw_progress">Change Password in progress</string>

<string name="service_progress">Wrapping things up &#8230;\nThis can take a while!</string>
Expand Down Expand Up @@ -135,7 +132,6 @@
<string name="bad_saved_password">Saved password is incorrect.\nPlease enter password manually.</string>
<string name="bad_wallet">Wallet does not exist!</string>
<string name="prompt_daemon_missing">Node must be set!</string>
<string name="prompt_wrong_net">Wallet does not match selected net</string><!--TODO deleteme-->

<string name="label_watchonly">(Watch Only)</string>

Expand Down