From 72dd5128fbdfc51665e9871d1579a27cd16f606c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 8 Jul 2024 00:26:18 -0400 Subject: [PATCH] Update English strings for Transifex --- chrome/locale/en-US/zotero/zotero.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/chrome/locale/en-US/zotero/zotero.json b/chrome/locale/en-US/zotero/zotero.json index 7af6526ead..e7b947c01e 100644 --- a/chrome/locale/en-US/zotero/zotero.json +++ b/chrome/locale/en-US/zotero/zotero.json @@ -584,12 +584,18 @@ "section-related.label": { "string": "{ count } Related" }, - "section-button-expand.tooltiptext": { + "section-button-expand.dynamic-tooltiptext": { "string": "Expand section" }, - "section-button-collapse.tooltiptext": { + "section-button-expand.label": { + "string": "Expand { section } section" + }, + "section-button-collapse.dynamic-tooltiptext": { "string": "Collapse section" }, + "section-button-collapse.label": { + "string": "Collapse { section } section" + }, "annotations-count": { "string": "{count, plural, one {{ count } Annotation} other {{ count } Annotations}}" },