Hi! I guess it would be easier to create a pull request somewhere but I could not find which repository is the official one to create a pull request on. http://git.subsurface-divelog.org/ https://github.com/torvalds/subsurface
I only found the explaination to create patches which can be sent by mail (I guess) So here you are.. It's just a small typo but whenever I see such things I try to fix them - otherwise it will never be done ;) Thanks for subsurface! It's great! kind regards Werner
>From 354ddf088cac766993f0c902894d4d72a40a12e4 Mon Sep 17 00:00:00 2001 From: Werner Macho <[email protected]> Date: Wed, 23 Mar 2016 19:46:27 +0100 Subject: [PATCH] typo fix small typo fix for GUI Signed-off-by: Werner Macho <[email protected]> --- desktop-widgets/configuredivecomputerdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-widgets/configuredivecomputerdialog.cpp b/desktop-widgets/configuredivecomputerdialog.cpp index a4fc708..428b326 100644 --- a/desktop-widgets/configuredivecomputerdialog.cpp +++ b/desktop-widgets/configuredivecomputerdialog.cpp @@ -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); } -- 2.1.4
_______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
