From a4369b78975ab05e3366e7ca78c92e303980ab8c Mon Sep 17 00:00:00 2001 From: Heather Arthur Date: Mon, 27 Jan 2014 08:11:48 -0500 Subject: [PATCH] Bug 960095 - Remove extra saveStyleSheet.title entities from browser/devtools/styleeditor.properties. r=dcamp --- .../en-US/chrome/browser/devtools/styleeditor.properties | 8 -------- .../chrome/global/devtools/styleinspector.properties | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/browser/locales/en-US/chrome/browser/devtools/styleeditor.properties b/browser/locales/en-US/chrome/browser/devtools/styleeditor.properties index 295357752a04..16f063142ace 100644 --- a/browser/locales/en-US/chrome/browser/devtools/styleeditor.properties +++ b/browser/locales/en-US/chrome/browser/devtools/styleeditor.properties @@ -64,10 +64,6 @@ open.accesskey=y # conjunction with accel (Command on Mac or Ctrl on other platforms) to Save saveStyleSheet.commandkey=S -# LOCALIZATION NOTE (saveStyleSheet.title): This is the file picker title, -# when you save a style sheet from the Style Editor. -saveStyleSheet.title=Save style sheet - # LOCALIZATION NOTE (showOriginalSources.label): This is the label on the context # menu item to toggle showing original sources in the editor. showOriginalSources.label=Show original sources @@ -84,10 +80,6 @@ showCSSSources.label=Show CSS sources # menu item to toggle back to showing only CSS sources in the editor. showCSSSources.accesskey=C -# LOCALIZATION NOTE (saveStyleSheet.title): This is the file picker title, -# when you save a style sheet from the Style Editor. -saveStyleSheet.title=Save style sheet - # LOCALIZATION NOTE (ToolboxStyleEditor.label): # This string is displayed in the title of the tab when the style editor is # displayed inside the developer tools window and in the Developer Tools Menu. diff --git a/toolkit/locales/en-US/chrome/global/devtools/styleinspector.properties b/toolkit/locales/en-US/chrome/global/devtools/styleinspector.properties index a4150f47c30d..b9f877f8cf1c 100644 --- a/toolkit/locales/en-US/chrome/global/devtools/styleinspector.properties +++ b/toolkit/locales/en-US/chrome/global/devtools/styleinspector.properties @@ -88,7 +88,7 @@ ruleView.contextmenu.showCSSSources=Show CSS sources # LOCALIZATION NOTE (ruleView.contextmenu.showCSSSources.accessKey): Access key for # the rule view context menu "Show CSS sources" entry. -ruleView.contextmenu.showCSSSources.accessKey=C +ruleView.contextmenu.showCSSSources.accessKey=S # LOCALIZATION NOTE (computedView.contextmenu.selectAll): Text displayed in the # computed view context menu.