Ok, I'll amend following your 2 recent confirmations. Jean-Christophe > On Jul 16, 2017, at 23:35, Eli Zaretskii wrote: > >> From: Jean-Christophe Helary >> Date: Sat, 15 Jul 2017 23:48:57 +0900 >> >>> On Jul 15, 2017, at 21:52, Eli Zaretskii wrote: >>>> - (message "Importing %s...done" (file-name-nondirectory file)))) >>>> + (message "Importing %s... Done" (file-name-nondirectory file)))) >>> >>> Can you tell why this is needed? The current code is how we say this >>> in a lot of places, and I don't think I see why it's bad for l10n. >> >> I thought there was a typo with the lack of space between the ... and the "done" and the lack upper case after a ... punctuation mark. If it is not, I'm fine with the original. > > It's not a typo. We hove many dozens of these all over the place. > > Thanks.