mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset fa280c8a55f0 (bug 892185)
This commit is contained in:
parent
142d0770cc
commit
b9c090c518
@ -67,7 +67,7 @@ Tools.options = {
|
||||
|
||||
Tools.webConsole = {
|
||||
id: "webconsole",
|
||||
key: l10n("webConsole.commandkey", webConsoleStrings),
|
||||
key: l10n("cmd.commandkey", webConsoleStrings),
|
||||
accesskey: l10n("webConsoleCmd.accesskey", webConsoleStrings),
|
||||
modifiers: Services.appinfo.OS == "Darwin" ? "accel,alt" : "accel,shift",
|
||||
ordinal: 1,
|
||||
|
@ -32,7 +32,7 @@ close.button=Close
|
||||
close.accesskey=C
|
||||
update.button=Update
|
||||
update.accesskey=U
|
||||
webConsole.commandkey=j
|
||||
cmd.commandkey=k
|
||||
webConsoleCmd.accesskey=W
|
||||
|
||||
# LOCALIZATION NOTE (timestampFormat): %1$02S = hours (24-hour clock),
|
||||
|
Loading…
Reference in New Issue
Block a user