mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 00:45:46 +01:00
Fix :list* source links.
This commit is contained in:
@@ -175,7 +175,7 @@ io.callingShell-1 = Calling shell to execute: %S
|
|||||||
io.cantCreateTempFile = Couldn't create temporary file
|
io.cantCreateTempFile = Couldn't create temporary file
|
||||||
io.cantEncode = Input contains characters not valid in the current file encoding
|
io.cantEncode = Input contains characters not valid in the current file encoding
|
||||||
io.commandFailed = E472: Command failed
|
io.commandFailed = E472: Command failed
|
||||||
io.definedAt = Defined at %S
|
io.definedAt = Defined at
|
||||||
io.downloadFinished-2 = Download of %S to %S finished
|
io.downloadFinished-2 = Download of %S to %S finished
|
||||||
io.eNotDir = Not a directory
|
io.eNotDir = Not a directory
|
||||||
io.exists = File exists (add ! to override)
|
io.exists = File exists (add ! to override)
|
||||||
|
|||||||
@@ -496,7 +496,7 @@ var Template = Module("Template", {
|
|||||||
let (name = item.name || item.names[0], frame = item.definedAt)
|
let (name = item.name || item.names[0], frame = item.definedAt)
|
||||||
!frame ? name :
|
!frame ? name :
|
||||||
template.helpLink(help(item), name, "Title") +
|
template.helpLink(help(item), name, "Title") +
|
||||||
<span highlight="LinkInfo" xmlns:dactyl={NS}>{_("io.definedAt", sourceLink(frame))}</span>
|
<span highlight="LinkInfo" xmlns:dactyl={NS}>{_("io.definedAt")} {sourceLink(frame)}</span>
|
||||||
}</span>
|
}</span>
|
||||||
</td>
|
</td>
|
||||||
{ item.columns ? template.map(item.columns, function (c) <td>{c}</td>) : "" }
|
{ item.columns ? template.map(item.columns, function (c) <td>{c}</td>) : "" }
|
||||||
|
|||||||
Reference in New Issue
Block a user