Skip to content

Commit f652a4e

Browse files
feat(strings): add 'Proceed?' suffixes to long-running operations
This is a somewhat common pattern in Anki Desktop strings Issue 20508 Co-authored-by: David Allison <62114487+david-allison@users.noreply.github.com>
1 parent b68ddda commit f652a4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AnkiDroid/src/main/res/values/03-dialogs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
~ You should have received a copy of the GNU General Public License along with
1919
~ this program. If not, see <http://www.gnu.org/licenses/>.
2020
--><resources xmlns:tools="http://schemas.android.com/tools">
21-
<string name="check_db_warning">This may take a long time</string>
21+
<string name="check_db_warning">This may take a long time. Proceed?</string>
2222
<string name="contextmenu_deckpicker_delete_deck" maxLength="28">Delete deck</string>
2323
<string name="delete_deck_title">Delete deck?</string>
2424
<plurals name="delete_deck_message">
@@ -85,7 +85,7 @@
8585
<string name="dialog_updated_custom_certificate">Certificate updated</string>
8686

8787
<!-- Media checking -->
88-
<string name="check_media_warning">This may take a long time with large media collections</string>
88+
<string name="check_media_warning">This may take a long time with large media collections. Proceed?</string>
8989
<string name="check_media_message">Checking media…</string>
9090
<string name="check_media_adding_missing_tag">Adding tags…</string>
9191
<string name="check_media_tags_added">Tags added</string>

0 commit comments

Comments
 (0)