Skip to content

Commit

Permalink
improvement(browser-appearance): remove translation
Browse files Browse the repository at this point in the history
It didn't add any value over 'something went wrong'
  • Loading branch information
david-allison committed Jan 14, 2025
1 parent 74ad5a6 commit eeaba80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CardTemplateBrowserAppearanceEditor : AnkiActivity() {
super.onCreate(savedInstanceState)
val bundle = savedInstanceState ?: intent.extras
if (bundle == null) {
showThemedToast(this, getString(R.string.card_template_editor_card_browser_appearance_failed), true)
showThemedToast(this, getString(R.string.something_wrong), true)
finish()
return
}
Expand Down
3 changes: 0 additions & 3 deletions AnkiDroid/src/main/res/values/03-dialogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@
<!-- Also used by Card Browser, not renaming to save translators effort -->
<string name="intent_handler_failed_no_storage_permission">Missing required storage permission. Please grant storage permission then retry your action.</string>

<!-- Browser Appearance -->
<string name="card_template_editor_card_browser_appearance_failed">Could not load Card Browser Appearance</string>

<!-- Boot Service -->
<string name="boot_service_failed_to_schedule_notifications">Failed to schedule reminders</string>
<string name="boot_service_too_many_notifications">Too many reminders scheduled. Some will not appear</string>
Expand Down

0 comments on commit eeaba80

Please sign in to comment.