]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/urlsettings.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / actions / urlsettings.php
index 140e28c999c72a1733778356c9daffaef0934d4f..807f9492c7e94c3c9bcd2d5fd743e41ca5db3996 100644 (file)
@@ -206,7 +206,7 @@ class UrlsettingsAction extends SettingsAction
         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;
         }
 
@@ -238,6 +238,7 @@ class UrlsettingsAction extends SettingsAction
 
         $user->query('COMMIT');
 
+        // TRANS: Confirmation message after saving preferences.
         $this->showForm(_('Preferences saved.'), true);
     }
 }