Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dimok789/loadiine_gx2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimok789 committed May 6, 2016
2 parents 492b944 + 2f0989d commit e71fb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu/SettingsMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static const struct
stSettingsCategories[] =
{
{ trNOOP("GUI"), "guiSettingsIcon.png", "guiSettingsIconGlow.png", trNOOP("Game View Selection") "\n" trNOOP("Background customizations") },
{ trNOOP("Loader"), "loaderSettingsIcon.png", "loaderSettingsIconGlow.png", trNOOP("Customize games path") "\n" trNOOP("Customize save path") "\n" trNOOP("Set save mode") trNOOP("Adjust log server IP and port") },
{ trNOOP("Loader"), "loaderSettingsIcon.png", "loaderSettingsIconGlow.png", trNOOP("Customize games path") "\n" trNOOP("Customize save path") "\n" trNOOP("Set save mode") "\n" trNOOP("Adjust log server IP and port") },
{ trNOOP("Game"), "gameSettingsIcon.png", "gameSettingsIconGlow.png", trNOOP("Launch method selection") "\n" trNOOP("Log server control") "\n" "\n" trNOOP("PyGecko settings") "\n" trNOOP("Padcon settings") "\n" trNOOP("HID settings")},
{ trNOOP("Credits"), "creditsIcon.png", "creditsIconGlow.png", trNOOP("Credits to all contributors") }
};
Expand Down

0 comments on commit e71fb52

Please sign in to comment.