summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/tpl/pedit2
-rw-r--r--data/tpl/redit2
-rw-r--r--data/tpl/vnpage2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/tpl/pedit b/data/tpl/pedit
index 6ef398cf..363f9619 100644
--- a/data/tpl/pedit
+++ b/data/tpl/pedit
@@ -37,7 +37,7 @@
{ type => 'sub', title => 'Edit summary', short => 'com' },
{ type => 'textarea', name => 'Edit summary', short => 'comm', rows => 3, cols => 60 },
- { type => 'static', text => 'Please motivate your modifications and cite all sources.' },
+ { type => 'static', text => 'Please explain your modifications and cite all sources.' },
{ type => 'submit', text => $d{id} ? 'Edit' : 'Add' },
{ type => 'endform' },
diff --git a/data/tpl/redit b/data/tpl/redit
index 163bf5b6..73744517 100644
--- a/data/tpl/redit
+++ b/data/tpl/redit
@@ -62,7 +62,7 @@
{ type => 'sub', title => 'Edit summary', short => 'com' },
{ type => 'textarea', name => 'Edit summary', short => 'comm', rows => 3, cols => 60 },
- { type => 'static', text => 'Please motivate your modifications and cite all sources.' },
+ { type => 'static', text => 'Please explain your modifications and cite all sources.' },
{ type => 'submit', text => $d{id} ? 'Edit' : 'Add' },
{ type => 'endform' },
diff --git a/data/tpl/vnpage b/data/tpl/vnpage
index e848089d..6a2835ec 100644
--- a/data/tpl/vnpage
+++ b/data/tpl/vnpage
@@ -174,7 +174,7 @@ if($d{vn}{length} || $d{vn}{alias} || @links || $prod) { ]]
[[ if($d{vote}{vid}) { ]]-
<li><a href="/v[[= $d{vn}{id} ]]/vote?v=-1">revoke</a></li>
[[ } for (reverse 1..10) { ]]-
- <li class="center"><a href="/v[[= $d{vn}{id} ]]/vote?v=[[= $_ ]]">[[= $_ ]]</a></li>
+ <li class="center"><a href="/v[[= $d{vn}{id} ]]/vote?v=[[= $_ ]]" id="dovote_[[= $_ ]]">[[= $_ ]]</a></li>
[[ } ]]
</ul>
</div>