Bug 423169

Summary: Konsole set profile translation for row(s) is missing a leading space
Product: [Translations] i18n Reporter: Claudius Ellsel <claudius.ellsel>
Component: deAssignee: German-Translators <kde-i18n-de>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Missing spacing

Description Claudius Ellsel 2020-06-18 16:10:46 UTC
Created attachment 129490 [details]
Missing spacing

#: EditProfileDialog.cpp:455
#, kde-format
msgctxt "Suffix of the number of columns (N columns)"
msgid " column"
msgid_plural " columns"
msgstr[0] "Spalte"
msgstr[1] "Spalten"

The leading space is missing for both translations leading to no spacing between value and translation.
Comment 1 Unknown 2020-06-18 16:56:05 UTC
SVN commit 1572255 by schwarzer:

fix translation

Thanks Claudius Ellsel for the report.


 M  +4 -4      konsole.po  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1572255
Comment 2 Unknown 2020-06-18 16:57:12 UTC
SVN commit 1572256 by schwarzer:

fix translation

Thanks Claudius Ellsel for the report.


 M  +4 -4      konsole.po  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1572256
Comment 3 Claudius Ellsel 2020-06-18 17:28:44 UTC
Wow, that was fast. Thanks!