summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnyma22 <john@mclear.co.uk>2012-04-05 18:00:38 +0100
committerjohnyma22 <john@mclear.co.uk>2012-04-05 18:00:38 +0100
commit28aeb24f86724040281d8a636b1211c7dc5724b4 (patch)
tree365cd5af04a2213e51373275a3d1999f335adba8
parentd3cc8e33741489e34e9d7b6a90f4550910d4e951 (diff)
downloadetherpad-lite-28aeb24f86724040281d8a636b1211c7dc5724b4.zip
add some sense to the buttons on the plugin page
-rw-r--r--src/templates/admin/plugins.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/admin/plugins.html b/src/templates/admin/plugins.html
index 7dcb6fa3..2d419bc2 100644
--- a/src/templates/admin/plugins.html
+++ b/src/templates/admin/plugins.html
@@ -167,7 +167,7 @@
<td class="name"></td>
<td class="description"></td>
<td class="actions">
- <input type="button" value="I" class="do-uninstall">
+ <input type="button" value="Uninstall" class="do-uninstall">
</td>
</tr>
</tbody>
@@ -195,7 +195,7 @@
<td class="name"></td>
<td class="description"></td>
<td class="actions">
- <input type="button" value="I" class="do-install">
+ <input type="button" value="Install" class="do-install">
</td>
</tr>
</tbody>