Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Utils/_FrenchText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ STR16 pShowHighGroundText[] =
};

//Item Statistics.cpp
CHAR16 gszActionItemDesc[ 34 ][ 30 ] = // NUM_ACTIONITEMS = 34
/*CHAR16 gszActionItemDesc[34][30] = // NUM_ACTIONITEMS = 34
{
L"Mine klaxon",
L"Mine Flash",
Expand Down Expand Up @@ -1815,9 +1815,9 @@ CHAR16 gszActionItemDesc[ 34 ][ 30 ] = // NUM_ACTIONITEMS = 34
L"Alarme chtsvg",
L"Grd lacrymo",
};
*/


//Item Statistics.cpp
/*
STR16 pUpdateItemStatsPanelText[] =
{
L"Drapeaux M./A.", //0
Expand Down Expand Up @@ -1849,7 +1849,7 @@ STR16 pUpdateItemStatsPanelText[] =
L"R",
L"S",
};
*/


STR16 pSetupGameTypeFlagsText[] =
{
Expand Down