diff --git a/Laptop/AimArchives.cpp b/Laptop/AimArchives.cpp index 437317e7..9904f839 100644 --- a/Laptop/AimArchives.cpp +++ b/Laptop/AimArchives.cpp @@ -240,7 +240,7 @@ BOOLEAN EnterAimArchives() usPosX = AIM_ALUMNI_PAGE1_X; - guiAlumniPageButton[0] = CreateIconAndTextButton( guiAlumniPageButtonImage, L"Next page"/*AimAlumniText[0]*/, AIM_ALUMNI_PAGE_FONT, + guiAlumniPageButton[0] = CreateIconAndTextButton( guiAlumniPageButtonImage, AimAlumniText[5], AIM_ALUMNI_PAGE_FONT, AIM_ALUMNI_PAGE_COLOR_UP, DEFAULT_SHADOW, AIM_ALUMNI_PAGE_COLOR_DOWN, DEFAULT_SHADOW, TEXT_CJUSTIFIED, diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index 07a9b0eb..37a68e43 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -5092,6 +5092,7 @@ STR16 AimAlumniText[] = L"A.I.M 前成员", L"完成", + L"Next page", // TODO.Translate }; diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index 22e723a7..b884c2d9 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -5093,6 +5093,7 @@ STR16 AimAlumniText[] = L"A.I.M. Veteranen", // Title of the page L"OK", // Stops displaying information on selected merc + L"Next page", // TODO.Translate }; diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index 1f65d4ad..b329f595 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -5090,7 +5090,8 @@ STR16 AimAlumniText[] = L"A.I.M. Alumni", // Title of the page - L"DONE" // Stops displaying information on selected merc + L"DONE", // Stops displaying information on selected merc + L"Next page", }; diff --git a/Utils/_FrenchText.cpp b/Utils/_FrenchText.cpp index 456a5453..e3bc7c8f 100644 --- a/Utils/_FrenchText.cpp +++ b/Utils/_FrenchText.cpp @@ -5094,7 +5094,8 @@ STR16 AimAlumniText[] = L"Anciens", // Title of the page - L"OK" // Stops displaying information on selected merc + L"OK", // Stops displaying information on selected merc + L"Next page", // TODO.Translate }; diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index 2375452e..147ad469 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -4952,6 +4952,7 @@ STR16 AimAlumniText[] = L"SEITE 3", L"A.I.M.-Veteranen", // Title of the page L"ENDE", // Stops displaying information on selected merc + L"Nächste", }; //AIM Home Page diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index df4a755d..95d972af 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -5079,7 +5079,8 @@ STR16 AimAlumniText[] = L"Membri dell'A.I.M.", // Title of the page - L"FINE" // Stops displaying information on selected merc + L"FINE", // Stops displaying information on selected merc + L"Next page", // TODO.Translate }; diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index af56612e..3b2de09a 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -5100,7 +5100,8 @@ STR16 AimAlumniText[] = L"Byli członkowie A.I.M.", // Title of the page - L"OK" // Stops displaying information on selected merc + L"OK", // Stops displaying information on selected merc + L"Next page", // TODO.Translate }; diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index e091a862..afaed391 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -5089,7 +5089,8 @@ STR16 AimAlumniText[] = L"A.I.M. Галерея", // Title of the page - L"ОК" // Stops displaying information on selected merc + L"ОК", // Stops displaying information on selected merc + L"Next page", // TODO.Translate }; diff --git a/Utils/_TaiwaneseText.cpp b/Utils/_TaiwaneseText.cpp index e11a6ef9..0411a445 100644 --- a/Utils/_TaiwaneseText.cpp +++ b/Utils/_TaiwaneseText.cpp @@ -5094,7 +5094,8 @@ STR16 AimAlumniText[] = L"A.I.M. Alumni", // Title of the page - L"DONE" // Stops displaying information on selected merc + L"DONE", // Stops displaying information on selected merc + L"Next page", // TODO.Translate };