]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/othersettings.php
* improve L10n consistency for English. For example proper punctuation for all button...
[quix0rs-gnu-social.git] / actions / othersettings.php
index 9b12deaae41c96df2d1ec719f7dbcfbcb57e0aac..d8d56bcfc38307b633d4bae7ab5eb0408b735dfd 100644 (file)
@@ -189,6 +189,7 @@ class OthersettingsAction extends AccountSettingsAction
 
         $user->query('COMMIT');
 
+        // TRANS: Confirmation message after saving preferences.
         $this->showForm(_('Preferences saved.'), true);
     }
 }