mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Name annotation types by type alone in the Advanced Search
Some checks are pending
Some checks are pending
The menu labeled Annotation Type listed "Highlight annotation" and "Image Annotation", from the strings the reader announces annotations with. Use the short names, which existed for two of the six.
This commit is contained in:
parent
09249bfb73
commit
3af8cea1af
2 changed files with 5 additions and 1 deletions
|
|
@ -1258,7 +1258,7 @@
|
|||
['ink', Zotero.Annotations.ANNOTATION_TYPE_INK],
|
||||
];
|
||||
let rows = types.map(([name, value]) => ({
|
||||
name: Zotero.getString('reader-' + name + '-annotation'),
|
||||
name: Zotero.getString('reader-' + name + '-annotation-short'),
|
||||
value
|
||||
}));
|
||||
this.createValueMenu(rows);
|
||||
|
|
|
|||
|
|
@ -22,9 +22,13 @@ reader-highlight-annotation-short = Highlight
|
|||
reader-underline-annotation = Underline annotation
|
||||
reader-underline-annotation-short = Underline
|
||||
reader-note-annotation = Note Annotation
|
||||
reader-note-annotation-short = Note
|
||||
reader-text-annotation = Text Annotation
|
||||
reader-text-annotation-short = Text
|
||||
reader-image-annotation = Image Annotation
|
||||
reader-image-annotation-short = Image
|
||||
reader-ink-annotation = Ink Annotation
|
||||
reader-ink-annotation-short = Ink
|
||||
reader-search-result-index = Search result
|
||||
reader-search-result-total = Total search results
|
||||
reader-draw = Draw
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue