Skip to content

Commit

Permalink
fix reboot
Browse files Browse the repository at this point in the history
I don't know why I changed the 'R' , sry.
  • Loading branch information
Zarh committed Dec 22, 2016
1 parent d543954 commit ec97a2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions release/NPDRM_RELEASE/USRDIR/loc/LANG_FR.txt
Expand Up @@ -30,10 +30,10 @@ STR_SYSINF {Information Système}
STR_SYSINFDESC {Afficher les informations de votre système PS3™.}
STR_QUIT {Quitter}
STR_QUITDESC1 {Quitter la}
STR_QUITDESC2 { et revenir au XMB™}
STR_QUITDESC2 {et revenir au XMB™}
STR_RESTSYS {Redémarrer le système}
STR_RESTSYSDESC1 {Fermez la Rebug ToolBox}
STR_RESTSYSDESC2 { et redémarrez votre Système PLAYSTATION® 3}
STR_RESTSYSDESC1 {Fermez la}
STR_RESTSYSDESC2 {et redémarrez votre Système PLAYSTATION® 3}
STR_RESTSYS_SUB1 {Soft (Redémarrage LV2 Uniquement)}
STR_RESTSYS_SUB2 {Full (Redémarrage Complet)}
STR_BOOTOOS {Démarrage de l'OtherOS}
Expand Down
2 changes: 1 addition & 1 deletion source/toolbox.cpp
Expand Up @@ -6090,7 +6090,7 @@ void add_home_column()


sprintf(str, "%s %s %s", STR_RESTSYSDESC1, STR_APP_NAME, STR_RESTSYSDESC2);
add_xmb_option(xmb[col].member, &xmb[col].size, STR_RESTSYS, str, (char*) "Reboot");
add_xmb_option(xmb[col].member, &xmb[col].size, STR_RESTSYS, str, (char*) "reboot");
add_xmb_suboption(xmb[col].member[xmb[col].size-1].option, &xmb[col].member[xmb[col].size-1].option_size, 0, STR_NO, (char*)"0");
add_xmb_suboption(xmb[col].member[xmb[col].size-1].option, &xmb[col].member[xmb[col].size-1].option_size, 0, STR_RESTSYS_SUB1, (char*)"1");
add_xmb_suboption(xmb[col].member[xmb[col].size-1].option, &xmb[col].member[xmb[col].size-1].option_size, 0, STR_RESTSYS_SUB2, (char*)"2");
Expand Down

0 comments on commit ec97a2c

Please sign in to comment.