Skip to content

Instantly share code, notes, and snippets.

@Crizz0
Created August 7, 2020 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Crizz0/562a3af6144ad2b0912af8d08216e311 to your computer and use it in GitHub Desktop.
Save Crizz0/562a3af6144ad2b0912af8d08216e311 to your computer and use it in GitHub Desktop.
diff_langfiles_3_3_1rc1_to_3_3_1.diff
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 4aee52abbe..d209ee3d08 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -185,10 +185,10 @@ $lang = array_merge($lang, array(
'MAX_POLL_OPTIONS' => 'Maximum number of poll options',
'MAX_POST_FONT_SIZE' => 'Maximum font size per post',
'MAX_POST_FONT_SIZE_EXPLAIN' => 'Maximum font size allowed in a post. Set to 0 for unlimited font size.',
- 'MAX_POST_IMG_HEIGHT' => 'Maximum image height per post',
- 'MAX_POST_IMG_HEIGHT_EXPLAIN' => 'Maximum height of an image/flash file in postings. Set to 0 for unlimited size.',
- 'MAX_POST_IMG_WIDTH' => 'Maximum image width per post',
- 'MAX_POST_IMG_WIDTH_EXPLAIN' => 'Maximum width of an image/flash file in postings. Set to 0 for unlimited size.',
+ 'MAX_POST_IMG_HEIGHT' => 'Maximum flash height per post',
+ 'MAX_POST_IMG_HEIGHT_EXPLAIN' => 'Maximum height of a flash file in postings. Set to 0 for unlimited size.',
+ 'MAX_POST_IMG_WIDTH' => 'Maximum flash width per post',
+ 'MAX_POST_IMG_WIDTH_EXPLAIN' => 'Maximum width of a flash file in postings. Set to 0 for unlimited size.',
'MAX_POST_URLS' => 'Maximum links per post',
'MAX_POST_URLS_EXPLAIN' => 'Maximum number of URLs in a post. Set to 0 for unlimited links.',
'MIN_CHAR_LIMIT' => 'Minimum characters per post/message',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment