Skip to content

Commit

Permalink
Merge pull request #56 from phpbb-es/patch-4
Browse files Browse the repository at this point in the history
Small changes
  • Loading branch information
satanasov committed Sep 17, 2017
2 parents 81d9d8d + e38e119 commit fc22303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions language/en/info_acp_postlove.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
'POSTLOVE_USE_CSS_EXPLAIN' => 'For easier customisation of the POST LOVE extension you could stop it from loading the default CSS. If you want to use your own images, please refer to <code>overall_header_head_append.html</code>.',
'POSTLOVE_SHOW_LIKES' => 'Show number of posts this user has liked',
'POSTLOVE_SHOW_LIKES_EXPLAIN' => 'Show in <code>viewtopic</code> the number of posts the user has liked.',
'POSTLOVE_SHOW_LIKED' => 'Show the number of liked user\'s posts',
'POSTLOVE_SHOW_LIKED_EXPLAIN' => 'Show in <code>viewtopic</code> how many of the user\'s posts have been liked by others.',
'POSTLOVE_SHOW_LIKED' => 'Show the number of liked users posts',
'POSTLOVE_SHOW_LIKED_EXPLAIN' => 'Show in <code>viewtopic</code> how many of the users posts have been liked by others.',

//Version 1.1 langs
'ACP_POSTLOVE_GRP' => 'Post Love',
Expand All @@ -43,7 +43,7 @@

'POSTLOVE_NO_THEMES_INSTALLED' => 'There are no themes installed!<br>Please add them in <i>$phpbb_root_path/ext/anavaro/postlove/themes</i> folder',
'THEME_CHANGED' => 'Theme changed',
'POSTLOVE_NO_WRITE_ACTION' => 'No write acccess!<br>Please allow write access to<i> $phpbb_root_path/ext/anavaro/postlove/styles </i>folder',
'POSTLOVE_NO_WRITE_ACTION' => 'No write acccess!<br>Please allow write access to <i>$phpbb_root_path/ext/anavaro/postlove/styles</i> folder',

'POSTLOVE_AUTHOR_LIKE' => 'Author can like posts',
'POSTLOVE_AUTHOR_LIKE_EXPLAIN' => 'Can the author like his/her own posts or not',
Expand Down

0 comments on commit fc22303

Please sign in to comment.