[Kde-imaging] [Bug 98199] Missing whitespace in german html-export (headline)
Tom Albers
tomalbers at kde.nl
Sun Aug 7 02:14:11 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=98199
tomalbers kde nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tomalbers kde nl 2005-08-07 02:14 -------
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 ||
More information about the Kde-imaging
mailing list