diff --git a/src/extension.js b/src/extension.js index a1f89f2..0f6b923 100644 --- a/src/extension.js +++ b/src/extension.js @@ -429,8 +429,7 @@ let extensionUpdateShowingNotification = function() { tl = bl; tr = br; } - // add N before underscore (_), to prevent translation - this._notification._table.set_style(N_('border-radius: %dpx %dpx %dpx %dpx;').format(tl, tr, bl, br)); + this._notification._table.set_style('border-radius: '+tl+'px '+tr+'px '+bl+'px '+br+'px;'); } } // JRL changes end