[PATCH] Fix spelling error

Lubomir I. Ivanov neolit123 at gmail.com
Sun Jan 4 12:29:41 PST 2015


On 4 January 2015 at 21:56, Joseph W. Joshua <joejoshw at gmail.com> wrote:
> Fix small spelling error in configure dive computer dialog.
>
> Signed-off-by: Joseph W. Joshua <joejoshw at gmail.com>
> ---
>  qt-ui/configuredivecomputerdialog.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qt-ui/configuredivecomputerdialog.cpp b/qt-ui/configuredivecomputerdialog.cpp
> index 25fe69b..f4eeb39 100644
> --- a/qt-ui/configuredivecomputerdialog.cpp
> +++ b/qt-ui/configuredivecomputerdialog.cpp
> @@ -243,7 +243,7 @@ void OstcFirmwareCheck::checkLatest(QWidget *_parent, device_data_t *data)
>                                           .arg(firmware)
>                                           .arg(latestFirmwareAvailable);
>                 if (strcmp(data->product, "OSTC Sport") == 0)
> -                       message += tr("\n\nPlease start bluetooth on your OSTC Sport and do the same perparations as for a loogbook download before continuing with the update");
> +            message += tr("\n\nPlease start bluetooth on your OSTC Sport and do the same preparations as for a loogbook download before continuing with the update");
>                 response.addButton(tr("Not now"), QMessageBox::RejectRole);
>                 response.addButton(tr("Update firmware"), QMessageBox::AcceptRole);
>                 response.setText(message);

 i think there is another typo in there:
"loogbook"

lubomir
--


More information about the subsurface mailing list