diff options
author | Anika Henke <anika@selfthinker.org> | 2014-01-05 20:22:40 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2014-01-05 20:23:37 +0000 |
commit | 47559c79fedce97add92eb193fb379b8795fc612 (patch) | |
tree | 0d3ddf548aba744694c1324dce86721420e7ad45 /lib/plugins/extension/lang/en/lang.php | |
parent | a4667104ff9b4131c1aceaea022e65d0976a15d6 (diff) | |
download | rpg-47559c79fedce97add92eb193fb379b8795fc612.tar.gz rpg-47559c79fedce97add92eb193fb379b8795fc612.tar.bz2 |
fixed and improved some HTML in extension manager
Diffstat (limited to 'lib/plugins/extension/lang/en/lang.php')
-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 c1e73d023..fd00b5007 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -35,7 +35,8 @@ $lang['search_for'] = 'Search Extension:'; $lang['search'] = 'Search'; $lang['extensionby'] = '<strong>%s</strong> by %s'; -$lang['popularity'] = 'Popularity: %s'; +$lang['screenshot'] = 'Screenshot of %s'; +$lang['popularity'] = 'Popularity: %s%%'; $lang['homepage_link'] = 'Docs'; $lang['bugs_features'] = 'Bugs'; $lang['author_hint'] = 'Search extensions by this author'; |