Summary: | insufficient i18n hints in kwrite regexp editor | ||
---|---|---|---|
Product: | [Translations] i18n | Reporter: | Anno V. Heimburg <anno> |
Component: | de | Assignee: | Thomas Diehl <thd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot of the mistranslation |
Description
Anno V. Heimburg
2004-04-09 18:37:00 UTC
Created attachment 5586 [details]
Screenshot of the mistranslation
CVS commit by binner: Bug 79332: insufficient i18n hints in kwrite regexp editor CCMAIL: 79332-done@bugs.kde.org M +1 -1 characterswidget.cpp 1.19 --- kdeutils/kregexpeditor/characterswidget.cpp #1.18:1.19 @@ -414,5 +414,5 @@ RangeEntry::RangeEntry(QWidget* parent, layout->addStretch(1); - label = new QLabel(i18n("To:"), this ); + label = new QLabel(i18n("end of range","To:"), this ); _to = new CharSelector( this ); layout->addWidget( label ); |