]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator comment for the url shortener "free service" marker: free as in...
authorBrion Vibber <brion@pobox.com>
Fri, 11 Feb 2011 22:11:37 +0000 (14:11 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 11 Feb 2011 22:11:37 +0000 (14:11 -0800)
actions/othersettings.php

index ef2c9f32b028b941a3dedfe665c39fe4367f7b96..9b12deaae41c96df2d1ec719f7dbcfbcb57e0aac 100644 (file)
@@ -106,8 +106,10 @@ class OthersettingsAction extends AccountSettingsAction
             $services[$name]=$name;
             if($value['freeService']){
                 // TRANS: Used as a suffix for free URL shorteners in a dropdown list in the tab "Other" of a
-                // TRANS: user's profile settings. This message has one space at the beginning. Use your
-                // TRANS: language's word separator here if it has one (most likely a single space).
+                // TRANS: user's profile settings. Use of "free" is as in "open", indicating that the
+                // TRANS: information on the shortener site is freely distributable.
+                // TRANS: This message has one space at the beginning. Use your language's word separator
+                // TRANS: here if it has one (most likely a single space).
                 $services[$name].=_(' (free service)');
             }
         }