fix broken link in langauge preferences

pull/460/head
nightwing 2017-10-06 12:56:10 +04:00
rodzic 1afb4c6800
commit eabd3dc65e
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -346,7 +346,9 @@ define(function(require, exports, module) {
path: "user/language/@hints",
position: 1000
},
"Ignore Messages Matching <a href=\"http://en.wikipedia.org/wiki/Regular_expression\" target=\"blank\">Regex</a>": {
"Ignore Messages Matching Regex": {
title: [null, "Ignore Messages Matching ", ["a", {
href: "http://en.wikipedia.org/wiki/Regular_expression", target: "blank"}, "Regex"]],
type: "textbox",
path: "user/language/@ignoredMarkers",
position: 3000