diff options
author | friendica <info@friendica.com> | 2015-02-03 21:19:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 21:19:29 -0800 |
commit | 4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f (patch) | |
tree | b2f366402f79f162471b8285ffbea76dd8f44960 /include/js_strings.php | |
parent | 86771547e6d04d046d3beeabb8e4486a59a7fcc6 (diff) | |
download | volse-hubzilla-4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f.tar.gz volse-hubzilla-4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f.tar.bz2 volse-hubzilla-4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f.zip |
final cleanup on ratings feature
Diffstat (limited to 'include/js_strings.php')
-rw-r--r-- | include/js_strings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index 14293c5ce..56ffa9536 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -19,6 +19,7 @@ function js_strings() { '$rating_desc' => t('Rate This Channel (this is public)'), '$rating_val' => t('Rating'), '$rating_text' => t('Describe (optional)'), + '$submit' => t('Submit'), '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''), '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''), |