mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 21:24:10 +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.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)
|
||||
|
||||
@@ -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") +
|
||||
<span highlight="LinkInfo" xmlns:dactyl={NS}>{_("io.definedAt", sourceLink(frame))}</span>
|
||||
<span highlight="LinkInfo" xmlns:dactyl={NS}>{_("io.definedAt")} {sourceLink(frame)}</span>
|
||||
}</span>
|
||||
</td>
|
||||
{ item.columns ? template.map(item.columns, function (c) <td>{c}</td>) : "" }
|
||||
|
||||
Reference in New Issue
Block a user