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:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user