Remove 'for further information' line

This commit is contained in:
twinaphex 2016-05-02 14:50:26 +02:00
parent e15bcabc10
commit 5d31e561a2
2 changed files with 0 additions and 6 deletions

View File

@ -1811,15 +1811,11 @@ int menu_hash_get_help_us(uint32_t hash, char *s, size_t len)
"\n"
"Extracting assets, please wait.\n"
"This might take a while...\n"
"\n"
"For further information, go to Help.\n"
);
break;
case MENU_LABEL_WELCOME_TO_RETROARCH:
snprintf(s, len,
"Welcome to RetroArch\n"
"\n"
"For further information, go to Help.\n"
);
break;
case MENU_LABEL_INPUT_DRIVER:

View File

@ -1765,8 +1765,6 @@ int menu_hash_get_help_us(uint32_t hash, char *s, size_t len)
"\n"
"Èxtractìng ásséts, please waìt.\n"
"This mïght take a while...\n"
"\n"
"For further infórmätíöñ, go to Hëlp.\n"
);
break;
case MENU_LABEL_WELCOME_TO_RETROARCH: