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

List:       kde-commits
Subject:    [kalzium/KDE/4.8] src/tools: replace tr() call with i18nc() call to
From:       Burkhard_Lück <lueck () hube-lueck ! de>
Date:       2011-12-30 10:34:28
Message-ID: 20111230103428.D9AAEA60A6 () git ! kde ! org
[Download RAW message or body]

Git commit a09381ae2177406fe22dc6a3f1c8808926a3829a by Burkhard L=C3=BCck.
Committed on 30/12/2011 at 11:32.
Pushed by lueck into branch 'KDE/4.8'.

replace tr() call with i18nc() call to extract message

BUG:290019
(cherry picked from commit 40f31b6a53ed17854eecdd71318b8647b5e57efc)

M  +1    -1    src/tools/moleculeview.cpp

http://commits.kde.org/kalzium/a09381ae2177406fe22dc6a3f1c8808926a3829a

diff --git a/src/tools/moleculeview.cpp b/src/tools/moleculeview.cpp
index c9fa9f4..02bd08b 100644
--- a/src/tools/moleculeview.cpp
+++ b/src/tools/moleculeview.cpp
@@ -282,7 +282,7 @@ void MoleculeDialog::elementCombo()
   m_elementsIndex.append(17);
   ui.elementCombo->addItem(ElementTranslator::name(35) + " (35)");
   m_elementsIndex.append(35);
-  ui.elementCombo->addItem(tr("Other..."));
+  ui.elementCombo->addItem(i18nc("Other element", "Other..."));
   m_elementsIndex.append(0);
   ui.elementCombo->setCurrentIndex(2);
 }

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

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