Skip to content

Commit

Permalink
Fix incorrect string name.
Browse files Browse the repository at this point in the history
  • Loading branch information
arantius committed Feb 1, 2013
1 parent 6353237 commit 7d3106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/greasemonkey.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function GM_apiLeakCheck(apiName) {
&& stack.filename.substr(0, 9) !== 'chrome://'
) {
GM_util.logError(new Error(
gStringBundle.GetStringFromName('error.menu-invalid-accesskey')
gStringBundle.GetStringFromName('error.access-violation')
.replace('%1', apiName)
));
return false;
Expand Down

0 comments on commit 7d3106f

Please sign in to comment.