diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-11 11:52:47 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-11 11:52:47 +0200 |
commit | 7ca0915cf61dd8ff297bf1d3ebd6aafcab88a618 (patch) | |
tree | bdec1ec461676821ec8b6a8332c406a463f0d92b /lib/plugins/extension/lang/en | |
parent | e445eeb3b675b350b4cebeeea610d4f7cd2e8f19 (diff) | |
download | rpg-7ca0915cf61dd8ff297bf1d3ebd6aafcab88a618.tar.gz rpg-7ca0915cf61dd8ff297bf1d3ebd6aafcab88a618.tar.bz2 |
fixed donation link
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r-- | lib/plugins/extension/lang/en/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php index 53ce597dd..684ff2bad 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -48,7 +48,8 @@ $lang['compatible'] = 'Compatible with:'; $lang['depends'] = 'Depends on:'; $lang['similar'] = 'Similar to:'; $lang['conflicts'] = 'Conflicts with:'; -$lang['donate'] = 'Donate'; +$lang['donate'] = 'Like this?'; +$lang['donate_action'] = 'Buy the author a coffee!'; $lang['repo_retry'] = 'Retry'; $lang['msg_enabled'] = 'Plugin %s enabled'; |