1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 03:02:27 +01:00

More ad hoc i18n work.

This commit is contained in:
Doug Kearns
2011-03-20 00:46:11 +11:00
parent 1b197039a5
commit de04fc99d4
4 changed files with 16 additions and 8 deletions

View File

@@ -308,7 +308,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
clipboardHelper.copyString(str);
if (verbose) {
let message = { message: "Yanked " + str };
let message = { message: _("dactyl.yank", str) };
try {
message.domains = [util.newURI(str).host];
}