From eee02d5e8c2054a691b5271a14efedbf27c05296 Mon Sep 17 00:00:00 2001 From: vasll <67590845+vasll@users.noreply.github.com> Date: Sun, 24 Mar 2024 08:41:56 +0100 Subject: [PATCH] Refactored "Forget" to "Reset" (#3078) (#3088) The respective *.ftl file keys `actions-forget-card` and `qt-accel-forget` will keep the same name to prevent having to force a retranslation for other languages, only the string value was changed --- CONTRIBUTORS | 1 + ftl/core/actions.ftl | 2 +- ftl/qt/qt-accel.ftl | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 58964f6bc..67b315603 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -165,6 +165,7 @@ Jean Khawand Pedro Schreiber Foxy_null Arbyste +Vasll ******************** The text of the 3 clause BSD license follows: diff --git a/ftl/core/actions.ftl b/ftl/core/actions.ftl index c855f9d46..fa70bb24f 100644 --- a/ftl/core/actions.ftl +++ b/ftl/core/actions.ftl @@ -45,7 +45,7 @@ actions-update-tag = Update Tag actions-update-note = Update Note actions-update-card = Update Card actions-update-deck = Update Deck -actions-forget-card = Forget Card +actions-forget-card = Reset Card actions-build-filtered-deck = Build Deck actions-add-notetype = Add Notetype actions-remove-notetype = Remove Notetype diff --git a/ftl/qt/qt-accel.ftl b/ftl/qt/qt-accel.ftl index d2a57645d..d04529785 100644 --- a/ftl/qt/qt-accel.ftl +++ b/ftl/qt/qt-accel.ftl @@ -30,7 +30,7 @@ qt-accel-tools = &Tools qt-accel-undo = &Undo qt-accel-redo = &Redo qt-accel-set-due-date = Set &Due Date... -qt-accel-forget = &Forget +qt-accel-forget = &Reset qt-accel-view = &View qt-accel-full-screen = Toggle &Full Screen qt-accel-layout = &Layout