2011/2/8 Albert Astals Cid <aacid@kde.org>
A Dimarts, 8 de febrer de 2011, Marek Laane va escriure:
> Kdevplatform.po has such string. "Back to ".
> Looking at source code
> (kdevplatform/language/duchain/navigation/abstractdeclarationnavigationcont
> ext.cpp), it appears there would be something after that, making it "link":
>
> if( m_previousContext ) {
>     modifyHtml() += navigationHighlight(i18n("Back to "));
>     makeLink( m_previousContext->name(), m_previousContext->name(),
> NavigationAction(m_previousContext) );
>     modifyHtml() += "<br>";
>
>
>
> It may work in English or some else language but it's definitely
> doesn't work in Estonian as we don't have prepositions (at least as a
> rule) and in this case rather some "postposition" is needed. So could
> someone change this string, e.g. to "Back to %1"?

Can you please file a bug agains kdevelop and post the bug number here?

Thanks,
 Albert

Done: https://bugs.kde.org/show_bug.cgi?id=265981

 Marek Laane
 Estonian translator