add missing strings for frio

This commit is contained in:
rabuzarus 2016-06-25 12:21:13 +02:00
commit 073f520cee
8 changed files with 29 additions and 11 deletions

View file

@ -1282,6 +1282,10 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) {
'$private' => t('Private post'),
'$is_private' => $private_post,
'$public_link' => $public_post_link,
//jot nav tab (used in some themes)
'$message' => t('Message'),
'$browser' => t('Browser'),
));