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

List:       kde-commits
Subject:    koffice/lib/kofficeui
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2005-11-27 14:59:12
Message-ID: 1133103552.311962.8784.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 483647 by annma:

make string more user friendly and consistent with KSpread


 M  +4 -4      koInsertLink.cc  


--- trunk/koffice/lib/kofficeui/koInsertLink.cc #483646:483647
@@ -228,7 +228,7 @@
   QLabel* tmpQLabel = new QLabel( this);
 
   lay2->addWidget(tmpQLabel);
-  tmpQLabel->setText(i18n("Comment:"));
+  tmpQLabel->setText(i18n("Text to display:"));
 
   m_linkName = new QLineEdit( this );
   lay2->addWidget(m_linkName);
@@ -301,7 +301,7 @@
   QLabel* tmpQLabel = new QLabel( this);
 
   lay2->addWidget(tmpQLabel);
-  tmpQLabel->setText(i18n("Comment:"));
+  tmpQLabel->setText(i18n("Text to display:"));
 
   m_linkName = new QLineEdit( this );
   lay2->addWidget(m_linkName);
@@ -383,7 +383,7 @@
   QLabel* tmpQLabel = new QLabel( this);
 
   lay2->addWidget(tmpQLabel);
-  tmpQLabel->setText(i18n("Comment:"));
+  tmpQLabel->setText(i18n("Text to display:"));
 
   m_linkName = new QLineEdit( this );
   lay2->addWidget(m_linkName);
@@ -453,7 +453,7 @@
   QLabel* tmpQLabel = new QLabel( this);
 
   lay2->addWidget(tmpQLabel);
-  tmpQLabel->setText(i18n("Comment:"));
+  tmpQLabel->setText(i18n("Text to display:"));
 
   m_linkName = new QLineEdit( this );
   lay2->addWidget(m_linkName);
[prev in list] [next in list] [prev in thread] [next in thread] 

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