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"
|
id="select-items-dialog"
|
||||||
orient="vertical"
|
orient="vertical"
|
||||||
buttons="cancel,accept"
|
buttons="cancel,accept"
|
||||||
|
data-l10n-id="select-items-dialog"
|
||||||
|
data-l10n-attrs="buttonlabelaccept"
|
||||||
>
|
>
|
||||||
<script>
|
<script>
|
||||||
var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm");
|
var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm");
|
||||||
|
@ -55,6 +57,10 @@
|
||||||
Services.scriptloader.loadSubScript("chrome://zotero/content/selectItemsDialog.js", this);
|
Services.scriptloader.loadSubScript("chrome://zotero/content/selectItemsDialog.js", this);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<linkset>
|
||||||
|
<html:link rel="localization" href="zotero.ftl" />
|
||||||
|
</linkset>
|
||||||
|
|
||||||
<vbox id="zotero-select-items-container" flex="1">
|
<vbox id="zotero-select-items-container" flex="1">
|
||||||
<hbox id="collections-items-container">
|
<hbox id="collections-items-container">
|
||||||
<vbox id="zotero-collections-tree-container" class="virtualized-table-container">
|
<vbox id="zotero-collections-tree-container" class="virtualized-table-container">
|
||||||
|
|
|
@ -656,3 +656,6 @@ find-pdf-files-added = { $count ->
|
||||||
[one] { $count } file added
|
[one] { $count } file added
|
||||||
*[other] { $count } files added
|
*[other] { $count } files added
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select-items-dialog =
|
||||||
|
.buttonlabelaccept = Select
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue