mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- bugfix: The content of all the IMP analyze emails only show the statistics of last created character
- removed some of my old unused comments git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@530 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+1
-1
@@ -566,7 +566,7 @@ enum
|
||||
};
|
||||
extern STR16 MercAccountText[];
|
||||
|
||||
// WANNE 3
|
||||
// WANNE: The "Next" and "Prev" button text of the merc account page
|
||||
extern STR16 MercAccountPageText[];
|
||||
|
||||
|
||||
|
||||
@@ -2582,7 +2582,7 @@ STR16 MercAccountText[] =
|
||||
L"Are you sure you want to authorize the payment of %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// WANNE:
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
|
||||
@@ -2570,7 +2570,7 @@ STR16 MercAccountText[] =
|
||||
L"Désirez-vous autoriser le versement de %s ?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// WANNE:
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
|
||||
@@ -2470,7 +2470,7 @@ STR16 MercAccountText[] =
|
||||
L"Zahlung von %s wirklich genehmigen?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// WANNE:
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
|
||||
@@ -2564,7 +2564,7 @@ STR16 MercAccountText[] =
|
||||
L"Conferma il pagamento di %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// WANNE:
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
|
||||
@@ -2565,7 +2565,7 @@ STR16 MercAccountText[] =
|
||||
L"Czy na pewno chcesz zatwierdziæ p³atnoœæ: %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// WANNE:
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
|
||||
@@ -2573,7 +2573,7 @@ STR16 MercAccountText[] =
|
||||
L"Âû óâåðåíû, ÷òî õîòèòå ïîäòâåðäèòü âûïëàòó %s?", //the %s is a string that contains the dollar amount ( ex. "$150" )
|
||||
};
|
||||
|
||||
// WANNE 3
|
||||
// WANNE:
|
||||
// Merc Account Page buttons
|
||||
STR16 MercAccountPageText[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user