Fix untranslatable split message
Started by Kyotaro Horiguchiabout 1 year ago2 messageshackers
Hello,
The recent commit 1aab6805919 introduced a help description that was
split into two printf() commands, making it untranslatable.
The attached patch merges them into a single message.
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
Attachments:
0001-Merge-split-string-literals-into-a-single-message.patchtext/x-patch; charset=us-asciiDownload+2-3
Re: Fix untranslatable split message
On Tue, Feb 25, 2025 at 02:09:53PM +0900, Kyotaro Horiguchi wrote:
The recent commit 1aab6805919 introduced a help description that was
split into two printf() commands, making it untranslatable.The attached patch merges them into a single message.
Good catch, you are right. Will fix.
--
Michael