Bug 1023923 - Remove the Firefox string from InjectManual l10n string. r=jwalker

This commit is contained in:
Gabriel Luong 2014-06-11 08:54:00 -04:00
parent a2f1f96c3e
commit 3c64b70b09
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -12,7 +12,7 @@ exports.items = [
{
name: "inject",
description: gcli.lookup("injectDesc"),
manual: gcli.lookup("injectManual"),
manual: gcli.lookup("injectManual2"),
params: [{
name: 'library',
type: {