From: Brion Vibber Date: Fri, 11 Feb 2011 22:11:37 +0000 (-0800) Subject: Update translator comment for the url shortener "free service" marker: free as in... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30eddaf168484d628519c02c4612ee103002911d;p=quix0rs-gnu-social.git Update translator comment for the url shortener "free service" marker: free as in open --- diff --git a/actions/othersettings.php b/actions/othersettings.php index ef2c9f32b0..9b12deaae4 100644 --- a/actions/othersettings.php +++ b/actions/othersettings.php @@ -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)'); } }