Bug 446608

Summary: Missing % in plasma-workspace battery applet message
Product: [Translations] i18n Reporter: Méven Car <meven29>
Component: frAssignee: KDE Francophone <kde-francophone>
Status: RESOLVED FIXED    
Severity: normal CC: xavier.besnard
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Méven Car 2021-12-07 08:24:13 UTC
SUMMARY

In https://websvn.kde.org/*checkout*/branches/stable/l10n-kf5/fr/messages/plasma-workspace/plasma_applet_org.kde.plasma.battery.po

msgid "Your battery is configured to only charge up to %1%."

is translated to
 
msgstr "Votre batterie est configurée pour ne se charger que jusqu'à %1."

It should be

msgstr "Votre batterie est configurée pour ne se charger que jusqu'à %1 %."

A percent character was removed.
Comment 1 Xavier Besnard 2021-12-07 10:01:16 UTC
Hello.
Thanks for your feedback.
Translation fixed as indicated and update committed.
Have a nice day. Regards. Xavier
Comment 2 Méven Car 2021-12-07 10:06:50 UTC
Thanks :)