Summary: | Creating a new file uses .desktop template title and just removes the “...” | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Kai Uwe Broulik <KaiUweBroulik2> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank78ac, schwarzer |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.2 | |
Sentry Crash Report: |
Description
Kai Uwe Broulik
2011-03-19 13:49:48 UTC
Thanks for the bug report! In principle, this would be easy to fix in KNewFileMenu. However, I wonder if the space before "..." in German and two other localizations (hsb, sl) is intentional. If this is not the case, the better solution would be to remove the spaces in the .desktop files. Kai, Peter: Do you happen to know if that space is really supposed to be there in the German (and the other two) localizations? If you don't know, we could try to contact the localization teams. I am in the German i18n team, I just forwarded this bug and your comment to the mailing list :) Independantly from the team's decision I looked up the grammar/typography rule and in German we definitly have a space before the ellipsis, so this may not be changed. Yep, definitely intentional in German. Git commit 04b6451e6449c706d5b4d1265e4ac172e3de07b8 by Frank Reininghaus. Committed on 20/03/2011 at 13:10. Pushed by freininghaus into branch 'KDE/4.6'. KNewFileMenu: remove spaces at the end of the default file name In some languages, there is a space between the file type and "..." in the menu entry of the "Create New" menu. This space should be removed from the menu entry text in order to get the default file name. BUG: 268895 FIXED-IN: 4.6.2 M +2 -0 kfile/knewfilemenu.cpp http://commits.kde.org/kdelibs/04b6451e6449c706d5b4d1265e4ac172e3de07b8 Git commit 95a0167a2ebd9a78808c57a70de790dc91d1823b by Frank Reininghaus. Committed on 20/03/2011 at 13:10. Pushed by freininghaus into branch 'master'. KNewFileMenu: remove spaces at the end of the default file name In some languages, there is a space between the file type and "..." in the menu entry of the "Create New" menu. This space should be removed from the menu entry text in order to get the default file name. CCBUG: 268895 (cherry picked from commit 04b6451e6449c706d5b4d1265e4ac172e3de07b8) M +2 -0 kfile/knewfilemenu.cpp http://commits.kde.org/kdelibs/95a0167a2ebd9a78808c57a70de790dc91d1823b |