mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix spelling error: successfull -> successful
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18119 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c367c21a76
commit
43b11af169
2 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ void Install::accept()
|
|||
connect(&backup,SIGNAL(zipProgress(int,int)),logger,SLOT(setProgress(int,int)));
|
||||
if(backup.createZip(m_backupName,settings->mountpoint() + "/.rockbox") == Zip::Ok)
|
||||
{
|
||||
logger->addItem(tr("Backup successfull"),LOGOK);
|
||||
logger->addItem(tr("Backup successful"),LOGOK);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -514,7 +514,7 @@ bool RbUtilQt::installAuto()
|
|||
connect(&backup,SIGNAL(zipProgress(int,int)),logger, SLOT(setProgress(int,int)));
|
||||
if(backup.createZip(backupName,settings->mountpoint() + "/.rockbox") == Zip::Ok)
|
||||
{
|
||||
logger->addItem(tr("Backup successfull"),LOGOK);
|
||||
logger->addItem(tr("Backup successful"),LOGOK);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue