summaryrefslogtreecommitdiff
path: root/actions/avatarsettings.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-04-09 15:20:14 -0700
committerBrion Vibber <brion@pobox.com>2010-04-09 15:20:14 -0700
commit7303acf7adbfd57aabcad095154ee48968e75e3b (patch)
tree038dca53ca8c192c8c66c52e6b9332f47f55cf1e /actions/avatarsettings.php
parentae4ade53a801309105ab3e0ae680dc9e186033c1 (diff)
parent47eed2c99906fefb1f43ad186da91e526d2741cf (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/avatarsettings.php')
-rw-r--r--actions/avatarsettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/avatarsettings.php b/actions/avatarsettings.php
index d4ea11cb7..52dc2e424 100644
--- a/actions/avatarsettings.php
+++ b/actions/avatarsettings.php
@@ -103,7 +103,7 @@ class AvatarsettingsAction extends AccountSettingsAction
if (!$profile) {
common_log_db_error($user, 'SELECT', __FILE__);
- $this->serverError(_('User without matching profile'));
+ $this->serverError(_('User without matching profile.'));
return;
}
@@ -182,7 +182,7 @@ class AvatarsettingsAction extends AccountSettingsAction
if (!$profile) {
common_log_db_error($user, 'SELECT', __FILE__);
- $this->serverError(_('User without matching profile'));
+ $this->serverError(_('User without matching profile.'));
return;
}