mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:33:23 +00:00
typo fix
small typo fix for GUI Signed-off-by: Werner Macho <werner.macho@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aef6364921
commit
23ea947b5a
1 changed files with 1 additions and 1 deletions
|
@ -1275,6 +1275,6 @@ void ConfigureDiveComputerDialog::dc_close()
|
|||
ui.DiveComputerList->setEnabled(true);
|
||||
ui.logToFile->setEnabled(true);
|
||||
ui.updateFirmwareButton->setEnabled(false);
|
||||
ui.progressBar->setFormat("Disonnected from device");
|
||||
ui.progressBar->setFormat("Disconnected from device");
|
||||
ui.progressBar->setValue(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue