mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 02:37:58 +01:00
More ad hoc i18n work.
This commit is contained in:
@@ -224,7 +224,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
|
||||
// TODO: Move this to an ItemList to show this automatically
|
||||
if (list.*.length() === list.text().length() + 2)
|
||||
dactyl.echomsg(_("abbrev.none"));
|
||||
dactyl.echomsg(_("abbreviation.none"));
|
||||
else
|
||||
commandline.commandOutput(list);
|
||||
}
|
||||
@@ -301,7 +301,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
if (args.bang)
|
||||
args["-group"].clear(modes);
|
||||
else if (!args["-group"].remove(modes, args[0]))
|
||||
return dactyl.echoerr(_("abbrev.noSuch"));
|
||||
return dactyl.echoerr(_("abbreviation.noSuch"));
|
||||
}, {
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
|
||||
Reference in New Issue
Block a user