Skip to content

extensionPrefs: Work around xgettext bug

Florian Müllner requested to merge wip/fmuellner/debacktickize-prefs into master

xgettext is thrown off by the combination of backticks and slashes, which makes template string a fun trap to fall into. Just use String.format() for now ...

Merge request reports