Skip to content

Commit 332e5a8

Browse files
billtzimthorsten
authored andcommitted
Fixed typo in language_el.php
'%d Καραχωρήσεις' should be '%d Καταχωρήσεις'
1 parent 3c52f43 commit 332e5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/translations/language_el.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
$PMF_LANG['plmsgVotes']['0'] = '%d Ψήφος';
732732
$PMF_LANG['plmsgVotes']['1'] = '%d Ψήφοι';
733733
$PMF_LANG['plmsgEntries']['0'] = '%d Καταχώρηση';
734-
$PMF_LANG['plmsgEntries']['1'] = '%d Καραχωρήσεις';
734+
$PMF_LANG['plmsgEntries']['1'] = '%d Καταχωρήσεις';
735735
$PMF_LANG['permission::addtranslation'] = 'προσθήκη μετάφρασης';
736736
$PMF_LANG['permission::edittranslation'] = 'επεξεργασία μετάφρασης';
737737
$PMF_LANG['permission::deltranslation'] = 'διαγραφή μετάφρασης';

0 commit comments

Comments
 (0)