[Debtags-commits] [svn] r2101 - web/trunk
Enrico Zini
enrico at alioth.debian.org
Sat Nov 18 19:20:34 CET 2006
Author: enrico
Date: Sat Nov 18 19:20:34 2006
New Revision: 2101
Modified:
web/trunk/edit.html
Log:
Renamed 'relevant tags' in 'tag search'
Modified: web/trunk/edit.html
==============================================================================
--- web/trunk/edit.html (original)
+++ web/trunk/edit.html Sat Nov 18 19:20:34 2006
@@ -260,7 +260,7 @@
<div id="intro">
<p>You can get many useful suggestions using the "Suggested" and
- "Relevant" tag views.</p>
+ "Tag search" views.</p>
<p>Don't forget to submit your changes when you are happy with them, and
to remove the "not-yet-tagged" tags.</p>
</div>
@@ -272,7 +272,7 @@
<select name="selTagPanel" onChange="updateVisibility()">
<option value="all" selected="true">All tags</option>
<option value="sugg">Suggested tags</option>
- <option value="rel">Relevant tags</option>
+ <option value="rel">Tag search</option>
<option value="disc">Discriminant tags</option>
</select></p>
</form>
@@ -292,7 +292,7 @@
<div id="reltags">
<form name="relsearch" onSubmit="return false;">
<div id="relsearch">
- Search: <input type="text" name="keys" value='' onChange="onRelSearch(this)" />
+ Search tags: <input type="text" name="keys" value='' onChange="onRelSearch(this)" />
<input type="button" name="submit" value="Search" onClick="onRelSearch(this.form.keys)" />
</div>
</form>
More information about the Debtags-commits
mailing list