From b59edceec2c06a603d85a4645db9e0bb0d0b87d5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 6 Jun 2016 21:30:23 -0400 Subject: [PATCH] Fix some title casing of UI labels --- chrome/locale/en-US/zotero/zotero.dtd | 2 +- chrome/locale/en-US/zotero/zotero.properties | 8 ++++---- 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 index 91c4814ae..f383415c1 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -105,7 +105,7 @@ - + diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index 0a6221b69..35baac003 100644 --- 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…