Bug 960095 - Remove extra saveStyleSheet.title entities from browser/devtools/styleeditor.properties. r=dcamp

This commit is contained in:
Heather Arthur 2014-01-27 08:11:48 -05:00
parent 8c4c503df3
commit a4369b7897
2 changed files with 1 additions and 9 deletions

View File

@ -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.

View File

@ -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.