[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/kioslave/man
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2008-10-05 13:20:36
Message-ID: 1223212836.380576.2203.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 868107 by aacid:

less puzzle: i18n("Section ") << *it -> i18n("Section %1", *it)


 M  +2 -2      kio_man.cpp  


--- trunk/KDE/kdebase/runtime/kioslave/man/kio_man.cpp #868106:868107
@@ -814,8 +814,8 @@
     QStringList::ConstIterator it;
     for (it = sections.begin(); it != sections.end(); ++it)
         os << "<tr><td><a href=\"man:(" << *it << ")\" accesskey=\"" <<
-	(((*it).length()==1)?(*it):(*it).right(1))<<"\">" << i18n("Section ")
-	<< *it << "</a></td><td>&nbsp;</td><td> " << sectionName(*it) << "</td></tr>" << endl;
+	(((*it).length()==1)?(*it):(*it).right(1))<<"\">" << i18n("Section %1", *it)
+	<< "</a></td><td>&nbsp;</td><td> " << sectionName(*it) << "</td></tr>" << endl;
 
     os << "</table>" << endl;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic