summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-07 17:04:28 +0200
committerYorhel <git@yorhel.nl>2009-10-07 17:04:28 +0200
commit9271d61fd217d0848f37e85acc49df65d3f01772 (patch)
tree788c8833327da1f43894eee2e8ef973369925e68 /lib/VNDB
parent908a5ee2185da46f1cc02a7d0c92b922fef99e77 (diff)
L10N: Extracted last bits of Javascript
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/Releases.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/Releases.pm b/lib/VNDB/Handler/Releases.pm
index f022795a..04ff716f 100644
--- a/lib/VNDB/Handler/Releases.pm
+++ b/lib/VNDB/Handler/Releases.pm
@@ -445,7 +445,7 @@ sub _form {
h2 mt('_redit_form_prod_add');
div;
input id => 'producer_input', type => 'text', class => 'text';
- a id => 'producer_add', href => '#', 'add';
+ a id => 'producer_add', href => '#', mt '_redit_form_prod_addbut';
end;
}],
],
@@ -458,7 +458,7 @@ sub _form {
h2 mt('_redit_form_vn_add');
div;
input id => 'vn_input', type => 'text', class => 'text';
- a href => '#', id => 'vn_add', 'add';
+ a href => '#', id => 'vn_add', mt '_redit_form_vn_addbut';
end;
}],
],