mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
9e9e261cb0
commit
65efab66e9
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue