From: Alexandre Julliard Subject: Re: [PATCH] browseui: Implement PROGDLG_AUTOTIME flag for IProgressDialog. Message-Id: <877eifp0rv.fsf@winehq.org> Date: Thu, 18 Oct 2018 20:28:36 +0200 In-Reply-To: (Alistair Leslie-Hughes's message of "Wed, 10 Oct 2018 05:38:30 +0000") References: Alistair Leslie-Hughes writes: > @@ -25,6 +25,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT > STRINGTABLE > { > IDS_CANCELLING "Canceling..." > + IDS_REMAINING1 "%u %s remaining" > + IDS_REMAINING2 "%u %s and %u %s remaining" That sort of thing should be done with FormatMessage() and %1,%2 formats to enable proper translation. -- Alexandre Julliard julliard@winehq.org