Update master translation strings file
- Fix gettext warning for empty string in Module\Item\Compose
This commit is contained in:
parent
c399e40618
commit
4c45cb864a
|
@ -171,7 +171,7 @@ class Compose extends BaseModule
|
|||
'$posttype' => $posttype,
|
||||
'$type' => $type,
|
||||
'$wall' => $wall,
|
||||
'$default' => L10n::t(''),
|
||||
'$default' => '',
|
||||
'$mylink' => $a->removeBaseURL($a->contact['url']),
|
||||
'$mytitle' => L10n::t('This is you'),
|
||||
'$myphoto' => $a->removeBaseURL($a->contact['thumb']),
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue