diff options
author | hackademix | 2018-08-06 01:23:59 +0200 |
---|---|---|
committer | hackademix | 2018-08-06 01:23:59 +0200 |
commit | 2990ca5f2c1aaf7c5b31df035412038e55c64cb7 (patch) | |
tree | 83aecd335a358a5699a4196e2e33f37fd75930b1 | |
parent | 5e1a1782132e9a7c2e01a25eefbf7bce4d805c0d (diff) | |
download | noscript-2990ca5f2c1aaf7c5b31df035412038e55c64cb7.tar.gz noscript-2990ca5f2c1aaf7c5b31df035412038e55c64cb7.tar.xz noscript-2990ca5f2c1aaf7c5b31df035412038e55c64cb7.zip |
Fixed unlocalized NoScript Options title.
-rw-r--r-- | src/ui/options.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/options.html b/src/ui/options.html index 433a1bd..0a27286 100644 --- a/src/ui/options.html +++ b/src/ui/options.html @@ -16,9 +16,7 @@ </head> <body> <div id="header"> -<h1 > -NoScript Options -</h1> +<h1>__MSG_OptionsLong__</h1> <div> <span id="version"></span> </div> |