diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties index 719cac11..a5c8c40b 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -175,7 +175,7 @@ io.callingShell-1 = Calling shell to execute: %S io.cantCreateTempFile = Couldn't create temporary file io.cantEncode = Input contains characters not valid in the current file encoding io.commandFailed = E472: Command failed -io.definedAt = Defined at %S +io.definedAt = Defined at io.downloadFinished-2 = Download of %S to %S finished io.eNotDir = Not a directory io.exists = File exists (add ! to override) diff --git a/common/modules/template.jsm b/common/modules/template.jsm index 7b7813fb..ddc98007 100644 --- a/common/modules/template.jsm +++ b/common/modules/template.jsm @@ -496,7 +496,7 @@ var Template = Module("Template", { let (name = item.name || item.names[0], frame = item.definedAt) !frame ? name : template.helpLink(help(item), name, "Title") + - {_("io.definedAt", sourceLink(frame))} + {_("io.definedAt")} {sourceLink(frame)} } { item.columns ? template.map(item.columns, function (c) {c}) : "" }