commit b59edceec2c06a603d85a4645db9e0bb0d0b87d5
parent cf2a673e2b0bbaf7b804440efa77632cbaaef1a1
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 6 Jun 2016 21:30:23 -0400
Fix some title casing of UI labels
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd
@@ -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…">
diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties
@@ -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…