summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-25 08:12:02 +0100
committerYorhel <git@yorhel.nl>2009-10-25 08:12:02 +0100
commit302012c4b5e8a97969a22858f5d94f9f9453cc0c (patch)
tree367a5c41af129799224d074a2886e9c8091251c3 /data
parente9592f3967d3b0fc1fc88d9aed74e4f530dd6d28 (diff)
JS: Fixed resolving bug with _pedit_rel_findformat
Diffstat (limited to 'data')
-rw-r--r--data/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/script.js b/data/script.js
index 78169c1b..c2eee7f4 100644
--- a/data/script.js
+++ b/data/script.js
@@ -1614,7 +1614,7 @@ function prrFormAdd() {
var input = txt.value;
if(!input.match(/^p[0-9]+/)) {
- alert('_pedit_rel_findformat');
+ alert(mt('_pedit_rel_findformat'));
return false;
}