m417z / Textify

A tool for Windows to copy text from dialogs and controls which don't allow it otherwise
https://ramensoftware.com/textify
GNU General Public License v3.0
913 stars 76 forks source link

French Translation: The “Plus de paramètres” message overflows from the button. #29

Closed mooms06 closed 2 months ago

mooms06 commented 2 months ago

See for yourself:

image

A quick fix could be to shorten the translation to Paramètres or + de paramètres. Also, the keyboard shortcuts for Plus de paramètres and Quitter are missing.

In English it's OK:

image

m417z commented 2 months ago

Thanks, I applied your suggestions.

image

image

mooms06 commented 2 months ago

That was quick ! Thank you.

m417z commented 2 months ago

I also added automatic builds on GitHub, so you can grab the executable here to test or use: https://github.com/m417z/Textify/actions/runs/11111410567

mooms06 commented 2 months ago

It works fine, thanks.

The keyboard shortcuts only appears once alt is pressed, is this an intended feature ?

Before: image

After pressing Alt: image

m417z commented 2 months ago

Yes, that's how Windows works. You can read about it here, for example: https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/how-to-create-access-keys?view=netdesktop-8.0

mooms06 commented 2 months ago

OK, I wasn't aware of that.