diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-25 22:58:51 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-25 22:58:51 +0100 |
commit | cf2c8e759bf06596f9492d090f4dd8dbb76a178c (patch) | |
tree | 25439e5787b30605044911288678dfc04e75a8bb /lib/plugins/styling/lang/en/lang.php | |
parent | 84e76a7e9cfdd3dd7beb341445af056cdd642606 (diff) | |
download | rpg-cf2c8e759bf06596f9492d090f4dd8dbb76a178c.tar.gz rpg-cf2c8e759bf06596f9492d090f4dd8dbb76a178c.tar.bz2 |
changed input submits to buttons, fixed small RTL issue
Diffstat (limited to 'lib/plugins/styling/lang/en/lang.php')
-rw-r--r-- | lib/plugins/styling/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/styling/lang/en/lang.php b/lib/plugins/styling/lang/en/lang.php index 010743956..e0011eb83 100644 --- a/lib/plugins/styling/lang/en/lang.php +++ b/lib/plugins/styling/lang/en/lang.php @@ -17,7 +17,7 @@ $lang['error'] = 'Sorry, this template does not support this functionality.'; $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'; +$lang['btn_revert'] = 'Revert styles back to template\'s default'; // default guaranteed placeholders $lang['__text__'] = 'Main text color'; |