Skip to content

Commit cfd6ea1

Browse files
committed
Remove pb prefix by error message where lang key is from phpBB
1 parent 21ba24c commit cfd6ea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

language/de/pastebin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'PASTEBIN_DOWNLOAD_SNIPPET' => 'Eintrag herunterladen',
3737
'PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN' => 'Alternativ kannst du den gesamten Eintrag auch als Datei %sherunterladen%s.',
3838

39-
'PASTEBIN_DISALLOWED_EXTENSION' => 'Die Dateierweiterung %s ist nicht erlaubt',
39+
'DISALLOWED_EXTENSION' => 'Die Dateierweiterung %s ist nicht erlaubt',
4040

4141
'PASTEBIN_ERR_NO_BODY' => 'Du hast keinen Code eingefügt oder keine gültige Datei zum Upload ausgewählt.',
4242
'PASTEBIN_ERR_NO_TITLE' => 'Du hast keinen Titel für den Eintrag eingegeben.',

language/en/pastebin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'PASTEBIN_DOWNLOAD_SNIPPET' => 'Download as file',
3636
'PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN' => 'Alternatively, you can %sdownload%s the whole entry as a file.',
3737

38-
'PASTEBIN_DISALLOWED_EXTENSION' => 'The file extension %s is not allowed.',
38+
'DISALLOWED_EXTENSION' => 'The file extension %s is not allowed.',
3939

4040
'PASTEBIN_ERR_NO_BODY' => 'You did not enter any code or a valid file for upload.',
4141
'PASTEBIN_ERR_NO_TITLE' => 'You did not enter a title for your entry.',

0 commit comments

Comments
 (0)