- locale: remove confusing string 'squashFS'

This commit is contained in:
svenhoefer
2013-10-23 10:41:47 +02:00
parent df43ca24fa
commit c239f7af95
6 changed files with 6 additions and 6 deletions

View File

@@ -394,7 +394,7 @@ printf("[update] mode is %d\n", softupdate_mode);
#endif
}
strcpy(msg, g_Locale->getText(LOCALE_FLASHUPDATE_SQUASHFS_NOVERSION));
strcpy(msg, g_Locale->getText(LOCALE_FLASHUPDATE_NOVERSION));
msg_body = LOCALE_FLASHUPDATE_MSGBOX_MANUAL;
}
return (ShowMsgUTF(LOCALE_MESSAGEBOX_INFO, msg, CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbNo, NEUTRINO_ICON_UPDATE) == CMessageBox::mbrYes); // UTF-8