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

List:       koffice-devel
Subject:    koffice lib (very small) patch for
From:       Anne-Marie Mahfouf <annemarie.mahfouf () free ! fr>
Date:       2005-11-27 1:16:50
Message-ID: 200511262016.50484.annemarie.mahfouf () free ! fr
[Download RAW message or body]

Hi,

I submitted a bug report for a small wording inconsistency.
In KSpread the Insert -> Link dialog has not the same wording than the 
koffice/lib one for the text to display.
In lib it has "Comment:"
and in KSpread it has "Text to display:" which I find better.

The patch is to change the "Comment:" to "Text to display:" in 
koffice/lib/kofficeui/koInsertLink.cc
against koffice/lib

Small thing but I prefer asking!

Anne-Marie

["insertLink.diff" (text/x-diff)]

Index: kofficeui/koInsertLink.cc
===================================================================
--- kofficeui/koInsertLink.cc	(revision 483557)
+++ kofficeui/koInsertLink.cc	(working copy)
@@ -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);


_______________________________________________
koffice-devel mailing list
koffice-devel@kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel


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

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