diff --git a/browser/components/nsBrowserGlue.js b/browser/components/nsBrowserGlue.js index 4cc5c0092c2a..085727489463 100644 --- a/browser/components/nsBrowserGlue.js +++ b/browser/components/nsBrowserGlue.js @@ -1653,8 +1653,8 @@ BrowserGlue.prototype = { position: menuIndex++, newInVersion: 1 }, - FirefoxTouch: { - title: bundle.GetStringFromName("firefoxTouchTitle"), + Windows8Touch: { + title: bundle.GetStringFromName("windows8TouchTitle"), uri: NetUtil.newURI("place:folder=" + PlacesUtils.annotations.getItemsWithAnnotation('metro/bookmarksRoot', {})[0] + "&queryType=" + diff --git a/browser/locales/en-US/chrome/browser/places/places.properties b/browser/locales/en-US/chrome/browser/places/places.properties index 369f22878690..d5caf3c68bb9 100644 --- a/browser/locales/en-US/chrome/browser/places/places.properties +++ b/browser/locales/en-US/chrome/browser/places/places.properties @@ -70,10 +70,10 @@ detailsPane.itemsCountLabel=One item;#1 items mostVisitedTitle=Most Visited recentlyBookmarkedTitle=Recently Bookmarked recentTagsTitle=Recent Tags -# LOCALIZATION NOTE (firefoxTouchTitle): this is the name of the folder used +# LOCALIZATION NOTE (windows8TouchTitle): this is the name of the folder used # to store bookmarks created in Metro mode and share bookmarks between Metro # and Desktop. -firefoxTouchTitle=Firefox Touch +windows8TouchTitle=Windows 8 Touch OrganizerQueryHistory=History OrganizerQueryDownloads=Downloads