1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 10:57:59 +01:00

No mapping found

This commit is contained in:
Kris Maglione
2008-12-05 07:31:58 -05:00
parent bf25c4fe6a
commit 0e13ddd166
3 changed files with 8 additions and 15 deletions

View File

@@ -401,7 +401,7 @@ function Mappings() //{{{
// TODO: Move this to an ItemList to show this automatically
if (list.*.length() == list.text().length())
{
liberator.echo(<div highlight="Title">No mappings found</div>, commandline.FORCE_MULTILINE);
liberator.echo("No mapping found");
return;
}
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);