Skip to content

Commit

Permalink
Use consistent "remove" language
Browse files Browse the repository at this point in the history
Use "remove" instead of "delete" in all of the account strings.

Fix: https://ebce-lyrasis.atlassian.net/browse/PP-756
  • Loading branch information
io7m committed Nov 27, 2023
1 parent ff9d9b7 commit 6155056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions simplified-main/src/main/res/values/stringsProfiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<string name="profileAccountCreationResolvingAccountProvider">Resolving account provider…</string>
<string name="profileAccountCreationResolvingAccountProviderFailed">Resolving an account provider failed.</string>
<string name="profileAccountCreationSucceeded">Creating the account succeeded.</string>
<string name="profileAccountDeleting">Deleting account…</string>
<string name="profileAccountDeletionFailed">Deleting an account failed.</string>
<string name="profileAccountDeletionOnlyOneAccountRemaining">Cannot delete the one remaining account; at least one account must be present.</string>
<string name="profileAccountDeletionSucceeded">Deleting an account succeeded.</string>
<string name="profileAccountDeleting">Removing account…</string>
<string name="profileAccountDeletionFailed">Removing an account failed.</string>
<string name="profileAccountDeletionOnlyOneAccountRemaining">Cannot remove the one remaining account; at least one account must be present.</string>
<string name="profileAccountDeletionSucceeded">Removing an account succeeded.</string>
<string name="profileAccountFetchingOPDSFeed">Fetching an OPDS feed…</string>
<string name="profileAccountFetchingOPDSFeedFailed">Fetching an OPDS feed failed!</string>
<string name="profileAccountFindingAuthDocumentURI">Finding an authentication document URI…</string>
Expand Down
2 changes: 1 addition & 1 deletion simplified-ui-accounts/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string name="accountsDelete">@string/accountDelete</string>
<string name="accountsDeleteConfirm">Are you sure you want to remove \"%1$s\" from this device?</string>
<string name="accountsDeleteConfirmTitle">Remove library</string>
<string name="accountsDeletionFailed">Library deletion failed</string>
<string name="accountsDeletionFailed">Library removal failed</string>
<string name="accountsDeletionFailedMessage">The library could not be deleted.</string>
<string name="accountsDetails">Details</string>
<string name="accountSyncBookmarks">Sync bookmarks</string>
Expand Down

0 comments on commit 6155056

Please sign in to comment.