diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 41272b17f..74047035b 100644 --- a/inc/html.php +++ b/inc/html.php @@ -903,7 +903,7 @@ function html_updateprofile(){ </label><br /> <?php } ?> - <input type="submit" class="button" value="<?php echo $lang['btn_profile']?>" /> + <input type="submit" class="button" value="<?php echo $lang['btn_save']?>" /> <input type="reset" class="button" value="<?php echo $lang['btn_reset']?>" /> </fieldset> </form> |