diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-01 14:12:52 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-12-01 14:12:52 +0100 |
commit | 4c1e2c2dd87cf964c90c99c6be0439e776ec6664 (patch) | |
tree | 842f86986c3d37732ec8b215f02e9b2ba033566c | |
parent | 7dcb0cc11b8909b8ac32a6eeedc9927180e9c371 (diff) | |
download | volse-hubzilla-4c1e2c2dd87cf964c90c99c6be0439e776ec6664.tar.gz volse-hubzilla-4c1e2c2dd87cf964c90c99c6be0439e776ec6664.tar.bz2 volse-hubzilla-4c1e2c2dd87cf964c90c99c6be0439e776ec6664.zip |
Fix missprint
-rw-r--r-- | include/js_strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index 5fed4a0fc..6f559f4c4 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -33,7 +33,7 @@ function js_strings() { '$name_empty' => t('A channel name is required.'), '$name_ok1' => t('This is a '), '$name_ok2' => t(' channel name'), - '$to_reply' => t('Back to reply + '$to_reply' => t('Back to reply'), '$pinned' => t('Pinned'), '$pin_item' => t('Pin to the top'), '$unpin_item' => t('Unpin from the top'), |