rbutil: http:// -> https:// for all displayed Rockbox URLs.

Change-Id: I6afe427144681103e52cb976ac10fdbd939e2237
This commit is contained in:
Solomon Peachy 2025-04-05 13:58:56 -04:00
parent 1fadf1cd89
commit f884f92234
29 changed files with 299 additions and 299 deletions

View file

@ -60,7 +60,7 @@ bool BootloaderInstallSansa::install(void)
emit logItem(tr("OLD ROCKBOX INSTALLATION DETECTED, ABORTING.\n"
"You must reinstall the original Sansa firmware before running\n"
"sansapatcher for the first time.\n"
"See http://www.rockbox.org/wiki/SansaE200Install\n"),
"See https://www.rockbox.org/wiki/SansaE200Install\n"),
LOGERROR);
emit done(true);
return false;
@ -164,7 +164,7 @@ bool BootloaderInstallSansa::uninstall(void)
emit logItem(tr("OLD ROCKBOX INSTALLATION DETECTED, ABORTING.\n"
"You must reinstall the original Sansa firmware before running\n"
"sansapatcher for the first time.\n"
"See http://www.rockbox.org/wiki/SansaE200Install\n"),
"See https://www.rockbox.org/wiki/SansaE200Install\n"),
LOGERROR);
emit done(true);
return false;