Skip to content

Commit

Permalink
replace Save*As filters to unified Save-AsCMD (issue #208)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsf committed Jan 24, 2021
1 parent ef7807a commit f2ef326
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ja/browser/browser/browserContext.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ toolbar-button-stop-reload =
## Save Page

main-context-menu-page-save =
.label = @@SavePageAs@@...
.label = @@Save-AsCMD@@ページを保存...
.accesskey = P
toolbar-button-page-save =
.label = { main-context-menu-page-save.label }
Expand Down
2 changes: 1 addition & 1 deletion ja/browser/browser/menubar.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ menu-file-close-window =
.label = @@Window@@を閉じる
.accesskey = d
menu-file-save-page =
.label = @@SavePageAs@@...
.label = @@Save-AsCMD@@ページを保存...
.accesskey = A
menu-file-email-link =
.label = ページの URL をメールで送信...
Expand Down
2 changes: 1 addition & 1 deletion ja/devtools/client/netmonitor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ netmonitor.context.useAsFetch.accesskey =F

# LOCALIZATION NOTE (netmonitor.context.saveImageAs): This is the label displayed
# on the context menu that save the Image
netmonitor.context.saveImageAs =@@SaveImageAs@@
netmonitor.context.saveImageAs =@@Save-AsCMD@@画像を保存

# LOCALIZATION NOTE (netmonitor.context.saveImageAs.accesskey): This is the access key
# for the Copy Image As Data URI menu item displayed in the context menu for a request
Expand Down
2 changes: 1 addition & 1 deletion ja/extensions/irc/chrome/chatzilla.properties
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ cmd.print.key =accel P
cmd.print.params =
cmd.print.help =現在のビューを@@Print@@するためのダイアログを開きます。

cmd.save.label =@@SaveViewAs@@...
cmd.save.label =@@Save-AsCMD@@ビューを保存...
#cmd.save.accesskey =A
cmd.save.key =accel S
cmd.save.params =[<filename> [<savetype>]]
Expand Down

0 comments on commit f2ef326

Please sign in to comment.