add context to message to avoid wrong translations

for as single message is nearly impossible to translate properly as happened in the german team
adding some context helps to avoid such mistakes
This commit is contained in:
Burkhard Lück 2011-07-12 22:23:28 +02:00
parent 9e9e261cb0
commit 65efab66e9

View file

@ -336,7 +336,7 @@ KfindTabWidget::KfindTabWidget(QWidget *parent)
metainfokeyEdit=new KLineEdit(pages[2]);
metainfoEdit=new KLineEdit(pages[2]);
QLabel * textMetaInfo = new QLabel(i18n("fo&r:"), pages[2]);
QLabel * textMetaInfo = new QLabel(i18nc("as in search for", "fo&r:"), pages[2]);
textMetaInfo->setBuddy( metainfoEdit );
QLabel * textMetaKey = new QLabel(i18n("Search &metainfo sections:"), pages[2]);
textMetaKey->setBuddy( metainfokeyEdit );