mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 23:22:34 -05:00
rbutil: http:// -> https:// for all displayed Rockbox URLs.
Change-Id: I6afe427144681103e52cb976ac10fdbd939e2237
This commit is contained in:
parent
1fadf1cd89
commit
f884f92234
29 changed files with 299 additions and 299 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue