Fix some title casing of UI labels
This commit is contained in:
parent
cf2a673e2b
commit
b59edceec2
2 changed files with 5 additions and 5 deletions
|
@ -105,7 +105,7 @@
|
|||
<!ENTITY zotero.toolbar.removeItem.label "Remove Item…">
|
||||
<!ENTITY zotero.toolbar.newLibrary.label "New Library…">
|
||||
<!ENTITY zotero.toolbar.newCollection.label "New Collection…">
|
||||
<!ENTITY zotero.toolbar.markFeedRead.label "Mark Feed As Read">
|
||||
<!ENTITY zotero.toolbar.markFeedRead.label "Mark Feed as Read">
|
||||
<!ENTITY zotero.toolbar.newGroup "New Group…">
|
||||
<!ENTITY zotero.toolbar.newSubcollection.label "New Subcollection…">
|
||||
<!ENTITY zotero.toolbar.newSavedSearch.label "New Saved Search…">
|
||||
|
|
|
@ -189,13 +189,13 @@ pane.collections.menu.edit.feed = Edit Feed…
|
|||
pane.collections.menu.delete.collection = Delete Collection…
|
||||
pane.collections.menu.delete.collectionAndItems = Delete Collection and Items…
|
||||
pane.collections.menu.delete.savedSearch = Delete Saved Search…
|
||||
pane.collections.menu.delete.feedAndItems = Unsubscribe From Feed…
|
||||
pane.collections.menu.delete.feedAndItems = Unsubscribe from Feed…
|
||||
pane.collections.menu.export.collection = Export Collection…
|
||||
pane.collections.menu.export.savedSearch = Export Saved Search…
|
||||
pane.collections.menu.export.feed = Export Feed…
|
||||
pane.collections.menu.createBib.collection = Create Bibliography From Collection…
|
||||
pane.collections.menu.createBib.savedSearch = Create Bibliography From Saved Search…
|
||||
pane.collections.menu.createBib.feed = Create Bibliography From Feed…
|
||||
pane.collections.menu.createBib.collection = Create Bibliography from Collection…
|
||||
pane.collections.menu.createBib.savedSearch = Create Bibliography from Saved Search…
|
||||
pane.collections.menu.createBib.feed = Create Bibliography from Feed…
|
||||
|
||||
pane.collections.menu.generateReport.collection = Generate Report from Collection…
|
||||
pane.collections.menu.generateReport.savedSearch = Generate Report from Saved Search…
|
||||
|
|
Loading…
Reference in a new issue