]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/profilesettings.php
Update translator documentation.
[quix0rs-gnu-social.git] / actions / profilesettings.php
index 86afc23af2074c215567717122abdb69ba4fb8a1..fbaddaa5f9cd04e6c61d5165be81dd944b94248d 100644 (file)
@@ -205,7 +205,7 @@ class ProfilesettingsAction extends SettingsAction
         }
         $this->elementStart('li');
         $this->checkbox('private_stream',
-                        // TRANS: 
+                        // TRANS: Checkbox label in profile settings.
                         _('Make updates visible only to my followers'),
                         ($this->arg('private_stream')) ?
                         $this->boolean('private_stream') : $user->private_stream);