mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-02 23:19:44 +01:00
fix Arabic credits
Eternal Dream Arabization team name was missing from the main credits page
This commit is contained in:
parent
d299b42ee8
commit
ceaaea1597
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ namespace Credits {
|
|||
/* Translators list; lines prefaced with a space aren't translatable */
|
||||
static const char* translators[] = {
|
||||
"Arabic",
|
||||
" Eternal Dream Arabization",
|
||||
" Montassar Ghanmi",
|
||||
" Mohammed Seif Eddine Chaib",
|
||||
"Catalan",
|
||||
|
@ -63,7 +64,7 @@ static const char* translators[] = {
|
|||
};
|
||||
|
||||
/* Hardcoded pagesizes for the translator credits. Simplifies paging backwards and forwards */
|
||||
static const int translator_pagesize[] = { 7, 9, 10, 10, 9, 8 };
|
||||
static const int translator_pagesize[] = { 8, 9, 10, 10, 9, 8 };
|
||||
|
||||
/* Terry's Patrons... */
|
||||
static const char* superpatrons[] = {
|
||||
|
|
Loading…
Reference in a new issue