[PATCH 3/3] Webservices: make the dialog title more generic

Dirk Hohndel dirk at hohndel.org
Mon Dec 9 20:53:21 UTC 2013


this causes a string change. But I think there's no way around this that
doesn't involve a string change - this fixes a real bug.

So exemption from the string freeze granted...

/D

On Tue, 2013-12-10 at 01:02 +0200, Lubomir I. Ivanov wrote:
> From: "Lubomir I. Ivanov" <neolit123 at gmail.com>
> 
> We use the same dialog for both the Subsurface WS and for the
> divelogs.de one. Instead of the old title (which suggests download)
> we can use a more generic one - "Webservice Connection"
> 
> This makes it easy for us to maintain a dialog that can both
> upload and download data, while the dialog title is descriptive
> enough.
> 
> Fixes #352
> 
> Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
> ---
>  qt-ui/webservices.ui | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qt-ui/webservices.ui b/qt-ui/webservices.ui
> index 04a6841..fc6d6bc 100644
> --- a/qt-ui/webservices.ui
> +++ b/qt-ui/webservices.ui
> @@ -11,7 +11,7 @@
>     </rect>
>    </property>
>    <property name="windowTitle">
> -   <string>Download Location Data</string>
> +   <string>Webservice Connection</string>
>    </property>
>    <property name="windowIcon">
>     <iconset>




More information about the subsurface mailing list