From 3c15e4d29025cd6caa62693e68ce8463388b715f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 16 Jun 2011 09:43:08 -0400 Subject: [PATCH] Fix :list* source links. --- common/locale/en-US/messages.properties | 2 +- common/modules/template.jsm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}) : "" }