Skip to content

Commit 411927f

Browse files
committed
Typos
1 parent d27e356 commit 411927f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5757
### v1.4.0 (21-12-2023)
5858
- Revised JS code
5959
- Fixed JS code in ACP don't work with radio buttons
60+
- Fixed if the attachment thumbnail is too small, it will not be centered
6061
- Added security measures for Ajax request
61-
- Added updating the image file size in the line after uploading or rotating
62+
- Added updating the image file size in the row after uploading or rotating
6263
- Changed error handling for missing thumbnail file to a warning message
6364
- Changed compression method for png files
65+
- Changed phpBB min. version to 3.3.0
6466

6567
### v1.3.2 (13-12-2023)
6668
- Fixed error when upload none image file

imcger/imgupload/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ For full functionality "Maximum avatar file size" in "ACP" > "Board configuratio
5757
### v1.4.0 (21-12-2023)
5858
- Revised JS code
5959
- Fixed JS code in ACP don't work with radio buttons
60+
- Fixed if the attachment thumbnail is too small, it will not be centered
6061
- Added security measures for Ajax request
61-
- Added updating the image file size in the line after uploading or rotating
62+
- Added updating the image file size in the row after uploading or rotating
6263
- Changed error handling for missing thumbnail file to a warning message
6364
- Changed compression method for png files
65+
- Changed phpBB min. version to 3.3.0
6466

6567
### v1.3.2 (13-12-2023)
6668
- Fixed error when upload none image file

imcger/imgupload/language/de/attachment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
'IUL_WRONG_PARAM' => 'Falsche Parameter gesendet.',
4545
'IUL_NO_IMG_IN_DATABASE' => 'Das Bild wurde nicht in der Datenbank gefunden.',
4646
'IUL_IMG_NOT_EXIST' => 'Die Bilddatei existiert nicht.',
47-
'IUL_THUMB_NOT_EXIST' => 'Das erwartete Vorschaubild existiert nicht. ',
47+
'IUL_THUMB_NOT_EXIST' => 'Das erwartete Vorschaubild existiert nicht.',
4848
'IUL_DATABASE_NOT_UPDATE' => 'Die Datenbank konnte nicht aktualisiert werden.',
4949
]);

imcger/imgupload/language/de_x_sie/attachment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
'IUL_WRONG_PARAM' => 'Falsche Parameter gesendet.',
4545
'IUL_NO_IMG_IN_DATABASE' => 'Das Bild wurde nicht in der Datenbank gefunden.',
4646
'IUL_IMG_NOT_EXIST' => 'Die Bilddatei existiert nicht.',
47-
'IUL_THUMB_NOT_EXIST' => 'Das erwartete Vorschaubild existiert nicht. ',
47+
'IUL_THUMB_NOT_EXIST' => 'Das erwartete Vorschaubild existiert nicht.',
4848
'IUL_DATABASE_NOT_UPDATE' => 'Die Datenbank konnte nicht aktualisiert werden.',
4949
]);

0 commit comments

Comments
 (0)