summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-14 15:55:13 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-14 15:55:13 +0200
commitdcdc892d940adffced3d2bc272d813a47c7d4700 (patch)
tree722878382c4d3a2fdfae0a99106878de07375c09 /config/locales/en.yml
parent6d56e9eedfc8fee9b1804e805d0be1def861018d (diff)
Select revisions to compare by picking rows
Two hidden fields hold the pair, picking a row pushes it as the target and the previous target becomes the source, so any pair takes two picks. Source and target carry the diff view's own colours, in the rows and in the sticky bar's readout. Rows are focusable and respond to Enter and Space, the readout is the accessible equivalent of the colour, so it is aria-live.
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e8428f69..75c762a3 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -725,8 +725,7 @@ en:
725 first: "First" 725 first: "First"
726 last: "Last" 726 last: "Last"
727 diff_revisions: "Diff revisions" 727 diff_revisions: "Diff revisions"
728 against_word: "against" 728 diff_selection_html: "Comparing %{to} against %{from}"
729 selected_word: "selected"
730 show_link: "show" 729 show_link: "show"
731 restore_link: "restore" 730 restore_link: "restore"
732 confirm_restore: "Restore this revision?" 731 confirm_restore: "Restore this revision?"