diff options
author | Matthias Grimm <matthiasgrimm@users.sourceforge.net> | 2005-11-11 18:01:22 +0100 |
---|---|---|
committer | Matthias Grimm <matthiasgrimm@users.sourceforge.net> | 2005-11-11 18:01:22 +0100 |
commit | 4cb796577ee06e5db0058b4a820243db1b9a48f4 (patch) | |
tree | f2f8df239be1740c11d6191ac560af9da557ffd1 /inc/html.php | |
parent | 5beae5da4955cae1f238049f8752ee435db58217 (diff) | |
download | rpg-4cb796577ee06e5db0058b4a820243db1b9a48f4.tar.gz rpg-4cb796577ee06e5db0058b4a820243db1b9a48f4.tar.bz2 |
profile change feedback
This pathc adds a feedback for the user after changing his/her
profile and the profile dialog will be closed.
darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d55002232e67f344a.gz
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> |