mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Configure DC dialog: Add a few missing translations
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
eb08ec972d
commit
1723db9d0b
2 changed files with 7 additions and 7 deletions
|
@ -2133,7 +2133,7 @@ void ReadSettingsThread::run()
|
|||
} else if (rc == DC_STATUS_UNSUPPORTED) {
|
||||
emit error(tr("This feature is not yet available for the selected dive computer."));
|
||||
} else {
|
||||
emit error("Failed!");
|
||||
emit error(tr("Failed!"));
|
||||
}
|
||||
break;
|
||||
#if DC_VERSION_CHECK(0, 5, 0)
|
||||
|
@ -2142,7 +2142,7 @@ void ReadSettingsThread::run()
|
|||
if (rc == DC_STATUS_SUCCESS)
|
||||
emit devicedetails(m_deviceDetails);
|
||||
else
|
||||
emit error("Failed!");
|
||||
emit error(tr("Failed!"));
|
||||
break;
|
||||
#endif // divecomputer 0.5.0
|
||||
#ifdef DEBUG_OSTC
|
||||
|
@ -2153,7 +2153,7 @@ void ReadSettingsThread::run()
|
|||
if (rc == DC_STATUS_SUCCESS)
|
||||
emit devicedetails(m_deviceDetails);
|
||||
else
|
||||
emit error("Failed!");
|
||||
emit error(tr("Failed!"));
|
||||
break;
|
||||
default:
|
||||
emit error(tr("This feature is not yet available for the selected dive computer."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue