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

List:       kde-i18n-doc
Subject:    Re: kdelibs/kate/part
From:       Clarence Dang <dang () kde ! org>
Date:       2004-02-23 1:46:44
Message-ID: 200402231246.44405.dang () kde ! org
[Download RAW message or body]

On Fri, 20 Feb 2004 11:32 am, Malcolm Hunter wrote:
> CVS commit by mhunter:
>
> Make strings translatable
> CCMAIL:kde-i18n-doc@kde.org,dang@kde.org
>
>
>   M +3 -3      kateview.cpp   1.337
>
>
> --- kdelibs/kate/part/kateview.cpp  #1.336:1.337
> @@ -335,7 +335,7 @@ void KateView::setupActions()
>    connect(m_setDynWrapIndicators, SIGNAL(activated(int)), this,
> SLOT(setDynWrapIndicators(int))); QStringList list2;
> -  list2.append("&Off");
> -  list2.append("Follow &Line Numbers");
> -  list2.append("&Always On");
> +  list2.append(i18n("&Off"));
> +  list2.append(i18n("Follow &Line Numbers"));
> +  list2.append(i18n("&Always On"));
>    m_setDynWrapIndicators->setItems(list2);
Oops; sorry about that.
Thanks for fixing it.

Clarence

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

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