| Summary: | word puzzle in progressbar in rajceexport | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Alexander Potashev <aspotashev> |
| Component: | Plugin-WebService-Rajce | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 2.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 2.0.0 | |
| Sentry Crash Report: | |||
Git commit 1187e7d552f2bf202f2cb6b2cc2d2b9ba5e1efc6 by Gilles Caulier. Committed on 16/06/2011 at 23:39. Pushed by cgilles into branch 'master'. fix i18n puzzle BUGS: 275857 M +7 -9 rajceexport/rajcewidget.cpp http://commits.kde.org/kipi-plugins/1187e7d552f2bf202f2cb6b2cc2d2b9ba5e1efc6 |
Version: 1.9.0 (using KDE 4.6.4) OS: Linux In kipi-plugins/rajceexport/rajcewidget.cpp, at line 398: text += " %v%"; This is bad for translators. See http://techbase.kde.org/Development/Tutorials/Localization/i18n_Mistakes#Pitfall_.232:_Word_Puzzles You should probably add " %v%" to every string in the "switch" above. Reproducible: Always