| Summary: | Missing whitespace in german html-export (headline) | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Kay Patzwald <admiral-kay> |
| Component: | Plugin-Generic-HTMLGallery | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | conradoqg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.1.0 | |
| Sentry Crash Report: | |||
Not only in german in portuguese of brazil too SVN commit 443708 by toma:
i18n fix for problem with a string. It had a space at the end of the string, translaters left that space out when translating and so a bug was born.
BUG: 98199
M +1 -1 imagesgallery.cpp
--- trunk/extragear/libs/kipi-plugins/imagesgallery/imagesgallery.cpp #443707:443708
@@ -703,7 +703,7 @@
<< endl;
}
- stream << "<h1>" << i18n("Image Gallery for Album ") << """ << m_AlbumTitle << """
+ stream << "<h1>" << i18n("Image Gallery for Album %1").arg("""+m_AlbumTitle+""")
<< "</h1>" << endl;
if (m_useCommentsAlbum == true ||
|
Version: (using KDE KDE 3.3.2) Installed from: SuSE RPMs Hi, there is a missing whitespace in the headline of the index.html. <h1>Bildergalerie für Album"BlaFasel"</h1> ^^ Best regards, Kay