diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d334540fb..1070ffe22 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -232,6 +232,11 @@ Spiritual Father Emmanuel Ferdman Sunong2008 Marvin Kopf +David Brenn +Felix Kühne +Matthis Ehrhardt +Billy Julian Lesmana + ******************** The text of the 3 clause BSD license follows: diff --git a/qt/aqt/preferences.py b/qt/aqt/preferences.py index 2ec5c4b63..5b7337a62 100644 --- a/qt/aqt/preferences.py +++ b/qt/aqt/preferences.py @@ -145,7 +145,6 @@ class Preferences(QDialog): form.pastePNG.setChecked(editing.paste_images_as_png) form.render_latex.setChecked(editing.render_latex) form.default_search_text.setText(editing.default_search_text) - form.backup_explanation.setText( anki.lang.with_collapsed_whitespace(tr.preferences_backup_explanation()) diff --git a/ts/routes/graphs/TrueRetentionCombined.svelte b/ts/routes/graphs/TrueRetentionCombined.svelte index 119eeef9a..419bb59e5 100644 --- a/ts/routes/graphs/TrueRetentionCombined.svelte +++ b/ts/routes/graphs/TrueRetentionCombined.svelte @@ -3,7 +3,7 @@ Copyright: Ankitects Pty Ltd and contributors License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -->