summaryrefslogtreecommitdiffstats
path: root/kompare
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-11 20:44:33 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-11 20:44:33 -0500
commit252626faaadcf0d67726c4967d8d1ac87dae33f9 (patch)
tree5fc0dc8361b2f45bda83b632c233e0408cd7fa7b /kompare
parent3178453997de469dd0749c0228bb52172b68d30f (diff)
downloadtdesdk-252626faaadcf0d67726c4967d8d1ac87dae33f9.tar.gz
tdesdk-252626faaadcf0d67726c4967d8d1ac87dae33f9.zip
Remove unnecessary language.
Diffstat (limited to 'kompare')
-rw-r--r--kompare/libdialogpages/filespage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kompare/libdialogpages/filespage.cpp b/kompare/libdialogpages/filespage.cpp
index f326bbde..7ccd7a69 100644
--- a/kompare/libdialogpages/filespage.cpp
+++ b/kompare/libdialogpages/filespage.cpp
@@ -38,12 +38,12 @@ FilesPage::FilesPage( TQWidget* parent ) : PageBase( parent ), m_URLChanged( fal
layout->setSpacing( KDialog::spacingHint() );
layout->setMargin( KDialog::marginHint() );
- m_firstGB = new TQGroupBox( 1, Qt::Vertical, "You have to set this moron :)", page );
+ m_firstGB = new TQGroupBox( 1, Qt::Vertical, "You have to set this. :)", page );
m_firstURLComboBox = new KURLComboBox( KURLComboBox::Both, true, m_firstGB, "SourceURLComboBox" );
m_firstURLRequester = new KURLRequester( m_firstURLComboBox, m_firstGB );
m_firstURLRequester->setFocus();
- m_secondGB = new TQGroupBox( 1, Qt::Vertical, "This too moron !", page );
+ m_secondGB = new TQGroupBox( 1, Qt::Vertical, "This too!", page );
m_secondURLComboBox = new KURLComboBox( KURLComboBox::Both, true, m_secondGB, "DestURLComboBox" );
m_secondURLRequester = new KURLRequester( m_secondURLComboBox, m_secondGB );