]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10148 - hard coded lang strings in user/message.html
authorpoltawski <poltawski>
Mon, 18 Jun 2007 19:21:24 +0000 (19:21 +0000)
committerpoltawski <poltawski>
Mon, 18 Jun 2007 19:21:24 +0000 (19:21 +0000)
user/message.html

index b56eb4de088e6e92ad2334ea048f1dfe916e39ce..ab51aa0da4e737756854075a842d08930877daef 100644 (file)
@@ -46,7 +46,7 @@
     </td>
 </tr>
 
-<tr><td align="center" colspan="2"><input type="submit" name="preview" value="Preview" /></td></tr>
+<tr><td align="center" colspan="2"><input type="submit" name="preview" value="<?php print_string('preview'); ?>" /></td></tr>
 </table>
 <?php print_simple_box_end(); ?>
 <table align="center"><tr><th colspan="4" scope="row"><?php print_string('currentlyselectedusers'); ?></th></tr>
@@ -69,7 +69,7 @@
                 echo '<img src="'.$CFG->pixpath.'/t/emailno.gif" alt="'.$error.'" title="'.$error.'"/>';
                 unset($error);
             }
-            echo '</td><td><input type="submit" onClick="this.form.deluser.value='.$user->id.';" value="remove" /></td></tr>';
+            echo '</td><td><input type="submit" onClick="this.form.deluser.value='.$user->id.';" value="' . get_string('remove') . '" /></td></tr>';
         }
     }
     else {