Skip to content

Commit

Permalink
Fixed bug #893: Send Mail to User Group: "Reset"-Button is not transl…
Browse files Browse the repository at this point in the history
…ated

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2871 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed May 8, 2007
1 parent 2ee57b0 commit 21f5fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/userrighthandling.php
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@
. "\t<tr><td align='right'><strong>".$clang->gT("Message:")."</strong></td>\n"
. "\t\t<td><textarea cols='50' rows='4' name='body'></textarea></td></tr>\n"
. "\t<tr><td colspan='2' align='center'><input type='submit' value='".$clang->gT("Send")."' />\n"
. "<input type='reset' value='Reset' /><br />"
. "<input type='reset' value='".$clang->gT("Reset")."' /><br />"
. "\t<input type='hidden' name='action' value='mailsendusergroup' />\n"
. "\t<input type='hidden' name='ugid' value='$ugid' />\n"
. "\t</td></tr>\n"
Expand Down

0 comments on commit 21f5fe1

Please sign in to comment.