diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-11 20:44:33 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-11 20:44:33 -0500 |
commit | 252626faaadcf0d67726c4967d8d1ac87dae33f9 (patch) | |
tree | 5fc0dc8361b2f45bda83b632c233e0408cd7fa7b /kompare/libdialogpages | |
parent | 3178453997de469dd0749c0228bb52172b68d30f (diff) | |
download | tdesdk-252626faaadcf0d67726c4967d8d1ac87dae33f9.tar.gz tdesdk-252626faaadcf0d67726c4967d8d1ac87dae33f9.zip |
Remove unnecessary language.
Diffstat (limited to 'kompare/libdialogpages')
-rw-r--r-- | kompare/libdialogpages/filespage.cpp | 4 |
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 ); |