diff options
author | timeless%mozdev.org <> | 2007-08-24 10:01:00 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-08-24 10:01:00 +0000 |
commit | 695b99d5dec8cecf5c828218d897b75c4da0a7a4 (patch) | |
tree | 27baeaecc925297d03dfce06853d690d7d2fa3e6 /template/en/default | |
parent | b34a38c601e3c0d488cd802faf3c4ce62c3231be (diff) | |
download | bugs-695b99d5dec8cecf5c828218d897b75c4da0a7a4.tar bugs-695b99d5dec8cecf5c828218d897b75c4da0a7a4.tar.gz bugs-695b99d5dec8cecf5c828218d897b75c4da0a7a4.tar.bz2 bugs-695b99d5dec8cecf5c828218d897b75c4da0a7a4.tar.xz bugs-695b99d5dec8cecf5c828218d897b75c4da0a7a4.zip |
Bug 365088 (Voters) is a strange way to let me see other people who voted for a bug
r=vladd a=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl index 1c93a41f6..7328b2d77 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -124,7 +124,7 @@ </td> <td> [% bug.summary FILTER html %] - (<a href="votes.cgi?action=show_bug&bug_id=[% bug.id %]">Voters</a>) + (<a href="votes.cgi?action=show_bug&bug_id=[% bug.id %]">Show Votes</a>) </td> </tr> [% END %] |