From 2f22f897906ce6dd69b708a730eb7282519669a3 Mon Sep 17 00:00:00 2001 From: Luk Tinkl Date: Wed, 2 Feb 2005 20:51:45 +0000 Subject: [PATCH] i18n() svn path=/trunk/kdepim/; revision=385519 --- recipientseditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipientseditor.cpp b/recipientseditor.cpp index cd1563837..62d6b1c92 100644 --- a/recipientseditor.cpp +++ b/recipientseditor.cpp @@ -592,7 +592,7 @@ SideWidget::SideWidget( RecipientsView *view, QWidget *parent ) new RecipientsToolTip( view, mTotalLabel ); - mDistributionListButton = new QPushButton( "Save List...", this ); + mDistributionListButton = new QPushButton( i18n("Save List..."), this ); topLayout->addWidget( mDistributionListButton ); mDistributionListButton->hide(); connect( mDistributionListButton, SIGNAL( clicked() ),