Update translator comment for the url shortener "free service" marker: free as in open

This commit is contained in:
Brion Vibber 2011-02-11 14:11:37 -08:00
parent 454a980bd4
commit 30eddaf168
1 changed files with 4 additions and 2 deletions

View 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)');
}
}