Update master translation strings file

- Fix gettext warning for empty string in Module\Item\Compose
This commit is contained in:
Hypolite Petovan 2019-08-06 07:08:49 -04:00
parent c399e40618
commit 4c45cb864a
2 changed files with 507 additions and 398 deletions

View File

@ -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