Skip to content

Commit

Permalink
Fixed typo in language_el.php
Browse files Browse the repository at this point in the history
'%d Καραχωρήσεις' should be '%d Καταχωρήσεις'
  • Loading branch information
billtzim authored and thorsten committed Nov 14, 2024
1 parent 3c52f43 commit 332e5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/translations/language_el.php
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
$PMF_LANG['plmsgVotes']['0'] = '%d Ψήφος';
$PMF_LANG['plmsgVotes']['1'] = '%d Ψήφοι';
$PMF_LANG['plmsgEntries']['0'] = '%d Καταχώρηση';
$PMF_LANG['plmsgEntries']['1'] = '%d Καραχωρήσεις';
$PMF_LANG['plmsgEntries']['1'] = '%d Καταχωρήσεις';
$PMF_LANG['permission::addtranslation'] = 'προσθήκη μετάφρασης';
$PMF_LANG['permission::edittranslation'] = 'επεξεργασία μετάφρασης';
$PMF_LANG['permission::deltranslation'] = 'διαγραφή μετάφρασης';
Expand Down

0 comments on commit 332e5a8

Please sign in to comment.