mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1023923 - Remove the Firefox string from InjectManual l10n string. r=jwalker
This commit is contained in:
parent
a0de5cba51
commit
9db1b68c65
@ -1396,7 +1396,7 @@ mediaResetDesc=Stop emulating a CSS media type
|
||||
# injectFailed) These strings describe the 'inject' commands and all available
|
||||
# parameters.
|
||||
injectDesc=Inject common libraries into the page
|
||||
injectManual=Inject common libraries into the content of the page which can also be accessed from the Firefox console.
|
||||
injectManual2=Inject common libraries into the content of the page which can also be accessed from the console.
|
||||
injectLibraryDesc=Select the library to inject or enter a valid script URI to inject
|
||||
injectLoaded=%1$S loaded
|
||||
injectFailed=Failed to load %1$S - Invalid URI
|
||||
|
@ -12,7 +12,7 @@ exports.items = [
|
||||
{
|
||||
name: "inject",
|
||||
description: gcli.lookup("injectDesc"),
|
||||
manual: gcli.lookup("injectManual"),
|
||||
manual: gcli.lookup("injectManual2"),
|
||||
params: [{
|
||||
name: 'library',
|
||||
type: {
|
||||
|
Loading…
Reference in New Issue
Block a user