X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fothersettings.php;h=ef2c9f32b028b941a3dedfe665c39fe4367f7b96;hb=ad12384d8c021c31f91060ccbc4f91eda9d33f02;hp=13460a4bfbd4822fd922e99066a7ebe7ada716b1;hpb=65eeb7cba530e45b8d8a25644505619e8af63971;p=quix0rs-gnu-social.git diff --git a/actions/othersettings.php b/actions/othersettings.php index 13460a4bfb..ef2c9f32b0 100644 --- a/actions/othersettings.php +++ b/actions/othersettings.php @@ -181,7 +181,7 @@ class OthersettingsAction extends AccountSettingsAction if ($result === false) { common_log_db_error($user, 'UPDATE', __FILE__); // TRANS: Server error displayed when "Other" settings in user profile could not be updated on the server. - $this->serverError(_('Couldn\'t update user.')); + $this->serverError(_('Could not update user.')); return; }