Select Items dialog: Change accept button label to Select (#4441)
This commit is contained in:
parent
8b67fbcdce
commit
4653059536
2 changed files with 9 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
id="select-items-dialog"
|
||||
orient="vertical"
|
||||
buttons="cancel,accept"
|
||||
data-l10n-id="select-items-dialog"
|
||||
data-l10n-attrs="buttonlabelaccept"
|
||||
>
|
||||
<script>
|
||||
var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm");
|
||||
|
@ -55,6 +57,10 @@
|
|||
Services.scriptloader.loadSubScript("chrome://zotero/content/selectItemsDialog.js", this);
|
||||
</script>
|
||||
|
||||
<linkset>
|
||||
<html:link rel="localization" href="zotero.ftl" />
|
||||
</linkset>
|
||||
|
||||
<vbox id="zotero-select-items-container" flex="1">
|
||||
<hbox id="collections-items-container">
|
||||
<vbox id="zotero-collections-tree-container" class="virtualized-table-container">
|
||||
|
|
|
@ -656,3 +656,6 @@ find-pdf-files-added = { $count ->
|
|||
[one] { $count } file added
|
||||
*[other] { $count } files added
|
||||
}
|
||||
|
||||
select-items-dialog =
|
||||
.buttonlabelaccept = Select
|
||||
|
|
Loading…
Reference in a new issue