Add forgotten translator documentation.

This commit is contained in:
Siebrand Mazeland 2010-10-31 01:26:39 +02:00
parent 5406873007
commit 1c0e84f066
1 changed files with 1 additions and 0 deletions

View File

@ -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 {