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

List:       kde-commits
Subject:    KDE/kdeedu/ktouch/src
From:       Laurent Montel <montel () kde ! org>
Date:       2008-06-24 6:53:16
Message-ID: 1214290396.581960.23762.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 823791 by mlaurent:

Add missing i18n


 M  +3 -3      ktouchkeyboardeditordialog.cpp  


--- trunk/KDE/kdeedu/ktouch/src/ktouchkeyboardeditordialog.cpp #823790:823791
@@ -631,11 +631,11 @@
 void KTouchKeyboardEditorDialog::setModified(bool flag) {
     m_modified = flag;
     if (!m_currentURL.isEmpty()) {
-        if (flag) this->setWindowTitle("KTouch Keyboard Editor - " + \
                m_currentURL.url() + i18n(" (modified)"));
-        else      this->setWindowTitle("KTouch Keyboard Editor - " + \
m_currentURL.url()); +        if (flag) this->setWindowTitle(i18n("KTouch Keyboard \
Editor - %1 %2", m_currentURL.url(), i18n(" (modified)"))); +        else      \
this->setWindowTitle(i18n("KTouch Keyboard Editor - %1",m_currentURL.url()));  }
 	else
-		this->setWindowTitle("KTouch Keyboard Editor - " + i18n("<unnamed keyboard \
file>")); +		this->setWindowTitle(i18n("KTouch Keyboard Editor - %1" , i18n("<unnamed \
keyboard file>")));  }
 // -----------------------------------------------------------------------------
 


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

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