From beb1aabd459c87c5dc399cfdda1ac27abd716d75 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 25 Apr 2010 23:01:16 +0200 Subject: fix typo + add colons --- src/urlbar/rsswidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/urlbar/rsswidget.cpp b/src/urlbar/rsswidget.cpp index 16e52ccf..62275a84 100644 --- a/src/urlbar/rsswidget.cpp +++ b/src/urlbar/rsswidget.cpp @@ -55,7 +55,7 @@ RSSWidget::RSSWidget(QMap< KUrl, QString > map, QWidget *parent) QLabel *agregator = new QLabel(this); - agregator->setText(i18n("Agregator")); + agregator->setText(i18n("Aggregator:")); m_agregators = new KComboBox(this); m_agregators->addItem(KIcon("application-rss+xml"), QString("Akregator")); @@ -65,7 +65,7 @@ RSSWidget::RSSWidget(QMap< KUrl, QString > map, QWidget *parent) QLabel *feed = new QLabel(this); - feed->setText(i18n("Feed")); + feed->setText(i18n("Feed:")); m_feeds = new KComboBox(this); foreach(QString title, m_map) -- cgit v1.2.1