diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-07 12:39:55 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-07 12:39:55 +0100 |
commit | d634152e42ef1c75d899f021132ce0c2632257ac (patch) | |
tree | ededb880562bed477c2d3845553219d165bc809c /lib/plugins/styling/lang | |
parent | c2f2dedb56cd3872aa50d58de0cb3083b36b7872 (diff) | |
download | rpg-d634152e42ef1c75d899f021132ce0c2632257ac.tar.gz rpg-d634152e42ef1c75d899f021132ce0c2632257ac.tar.bz2 |
improved various minor frontend issues in styling plugin
* improved spacing of popup
* made primary buttons clearer
* xhtml and validity fixes
* improved some lang strings
* moved 'open as popup' after intro
* fixed page reload after clicking 'open as popup' button
Diffstat (limited to 'lib/plugins/styling/lang')
-rw-r--r-- | lib/plugins/styling/lang/en/lang.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/plugins/styling/lang/en/lang.php b/lib/plugins/styling/lang/en/lang.php index a076065cb..010743956 100644 --- a/lib/plugins/styling/lang/en/lang.php +++ b/lib/plugins/styling/lang/en/lang.php @@ -8,15 +8,15 @@ // menu entry for admin plugins $lang['menu'] = 'Template Style Settings'; -$lang['js']['loader'] = 'Preview is loading...<br>if this does not goes away, your values may be faulty'; -$lang['js']['popup'] = 'Open as Popup'; +$lang['js']['loader'] = 'Preview is loading...<br />if this does not goes away, your values may be faulty'; +$lang['js']['popup'] = 'Open as a popup'; // custom language strings for the plugin $lang['error'] = 'Sorry, this template does not support this functionality.'; -$lang['btn_preview'] = 'Preview your changes'; -$lang['btn_save'] = 'Save your changes'; -$lang['btn_reset'] = 'Reset your current changes'; +$lang['btn_preview'] = 'Preview changes'; +$lang['btn_save'] = 'Save changes'; +$lang['btn_reset'] = 'Reset current changes'; $lang['btn_revert'] = 'Revert all styles back to the template\'s default'; // default guaranteed placeholders |