mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 01:28:00 +01:00
code review + follow chromium ways of rendering keybd shortcuts
This commit is contained in:
parent
8be4e4022a
commit
0e94a66083
4 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
"popupPowerSwitchInfo":{
|
"popupPowerSwitchInfo":{
|
||||||
"message":"klicke das An-\/Ausschalter-Symbol, um µBlock für diese Webseite permanent ein- oder auszuschalten.\n\n<Strg>-Klick: schalte µBlock nur für diese spezifische Seite aus.",
|
"message":"klicke das An-\/Ausschalter-Symbol, um µBlock für diese Webseite permanent ein- oder auszuschalten.\n\n<Strg>-Klick: schalte µBlock nur für diese spezifische Seite aus.",
|
||||||
"description":"English: Click: permanently disable\/enable µBlock for this site.\n\n<Ctrl>-click: disable µBlock only on this page."
|
"description":"English: Click: permanently disable\/enable µBlock for this site.\n\nCtrl+click: disable µBlock only on this page."
|
||||||
},
|
},
|
||||||
"popupBlockedRequestPrompt":{
|
"popupBlockedRequestPrompt":{
|
||||||
"message":"blockierte Anfragen",
|
"message":"blockierte Anfragen",
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
"description":"appears as tab name in dashboard."
|
"description":"appears as tab name in dashboard."
|
||||||
},
|
},
|
||||||
"popupPowerSwitchInfo":{
|
"popupPowerSwitchInfo":{
|
||||||
"message":"Click: permanently disable\/enable µBlock for this site.\n\n<Ctrl>-click: disable µBlock only on this page.",
|
"message":"Click: permanently disable\/enable µBlock for this site.\n\nCtrl+click: disable µBlock only on this page.",
|
||||||
"description":"English: Click: permanently disable\/enable µBlock for this site.\n\n<Ctrl>-click: disable µBlock only on this page."
|
"description":"English: Click: permanently disable\/enable µBlock for this site.\n\nCtrl+click: disable µBlock only on this page."
|
||||||
},
|
},
|
||||||
"popupBlockedRequestPrompt":{
|
"popupBlockedRequestPrompt":{
|
||||||
"message":"requests blocked",
|
"message":"requests blocked",
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
"description":"appears as tab name in dashboard."
|
"description":"appears as tab name in dashboard."
|
||||||
},
|
},
|
||||||
"popupPowerSwitchInfo":{
|
"popupPowerSwitchInfo":{
|
||||||
"message":"Cliquez pour désactiver\/activer en permanence µBlock pour le site courant\n\n<Ctrl>-cliquez pour désactiver µBlock sur cette page seulement",
|
"message":"Cliquez pour désactiver\/activer en permanence µBlock pour le site courant\n\nCtrl+cliquez pour désactiver µBlock sur cette page seulement",
|
||||||
"description":"English: Click: permanently disable\/enable µBlock for this site.\n\n<Ctrl>-click: disable µBlock only on this page."
|
"description":"English: Click: permanently disable\/enable µBlock for this site.\n\nCtrl+click: disable µBlock only on this page."
|
||||||
},
|
},
|
||||||
"popupBlockedRequestPrompt":{
|
"popupBlockedRequestPrompt":{
|
||||||
"message":"Requêtes bloquées",
|
"message":"Requêtes bloquées",
|
||||||
|
|
|
@ -584,7 +584,7 @@ var uBlockMessaging = (function(name){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var src = target[prop];
|
var src = target[prop];
|
||||||
if ( !src ) {
|
if ( typeof src !== 'string' || src === '' ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// https://github.com/gorhill/uBlock/issues/174
|
// https://github.com/gorhill/uBlock/issues/174
|
||||||
|
|
Loading…
Reference in a new issue