mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
comment open/close anomolies in non-English languages
This commit is contained in:
parent
000efa6df0
commit
5d5a94c88a
6 changed files with 11 additions and 3 deletions
|
@ -502,6 +502,8 @@ function network_content(&$a, $update = 0) {
|
|||
'$mylink' => $a->contact['url'],
|
||||
'$mytitle' => t('This is you'),
|
||||
'$myphoto' => $a->contact['thumb'],
|
||||
'$comment' => t('Comment'),
|
||||
'$submit' => t('Submit'),
|
||||
'$ww' => $commentww
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue