@@ -268,6 +268,9 @@ static void CreditsScreen()
268
268
string pablosDesc = patcherLang == PatcherLanguage . en
269
269
? "WiiLink Patcher Developer"
270
270
: $ "{ localizedText ? [ "Credits" ] ? [ "pablosDesc" ] } ";
271
+ string harryDesc = patcherLang == PatcherLanguage . en
272
+ ? "WiiLink Patcher Developer"
273
+ : $ "{ localizedText ? [ "Credits" ] ? [ "harryDesc" ] } ";
271
274
string lunaDesc = patcherLang == PatcherLanguage . en
272
275
? "Lead Translator"
273
276
: $ "{ localizedText ? [ "Credits" ] ? [ "lunaDesc" ] } ";
@@ -280,6 +283,7 @@ static void CreditsScreen()
280
283
281
284
creditGrid . AddRow ( new Text ( "Sketch" , new Style ( Color . SpringGreen2_1 , null , Decoration . Bold ) ) . RightJustified ( ) , new Text ( sketchDesc , new Style ( null , null , Decoration . Bold ) ) ) ;
282
285
creditGrid . AddRow ( new Text ( "PablosCorner" , new Style ( Color . SpringGreen2_1 , null , Decoration . Bold ) ) . RightJustified ( ) , new Text ( pablosDesc , new Style ( null , null , Decoration . Bold ) ) ) ;
286
+ creditGrid . AddRow ( new Text ( "AyeItsHarry" , new Style ( Color . SpringGreen2_1 , null , Decoration . Bold ) ) . RightJustified ( ) , new Text ( harryDesc , new Style ( null , null , Decoration . Bold ) ) ) ;
283
287
creditGrid . AddRow ( new Text ( "Luna" , new Style ( Color . SpringGreen2_1 , null , Decoration . Bold ) ) . RightJustified ( ) , new Text ( lunaDesc , new Style ( null , null , Decoration . Bold ) ) ) ;
284
288
creditGrid . AddRow ( new Text ( leathlWiiDatabase , new Style ( Color . SpringGreen2_1 , null , Decoration . Bold ) ) . RightJustified ( ) , new Text ( leathlWiiDatabaseDesc , new Style ( null , null , Decoration . Bold ) ) ) ;
285
289
creditGrid . AddRow ( new Text ( "SnowflakePowered" , new Style ( Color . SpringGreen2_1 , null , Decoration . Bold ) ) . RightJustified ( ) , new Text ( "VCDiff" , new Style ( null , null , Decoration . Bold ) ) ) ;
0 commit comments