X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Favatarsettings.php;h=375420c5c9d5fc656f20b80054333438e28e1bb1;hb=2306f7a7f4f746215d432af4351452ed4aa423f0;hp=63dc8c8feea41bf8d6aaeaa666e00ffa531938e6;hpb=08edd1fedfab532b1266a99f4d4b4b13a2e3aa6b;p=quix0rs-gnu-social.git diff --git a/actions/avatarsettings.php b/actions/avatarsettings.php index 63dc8c8fee..375420c5c9 100644 --- a/actions/avatarsettings.php +++ b/actions/avatarsettings.php @@ -381,6 +381,7 @@ class AvatarsettingsAction extends AccountSettingsAction @unlink($filedata['filepath']); unset($_SESSION['FILEDATA']); $this->mode = 'upload'; + // TRANS: Success message for having updated a user avatar. $this->showForm(_('Avatar updated.'), true); common_broadcast_profile($profile); } else {