Bug 465008

Summary: Please provide i18n context on document/katedocument.cpp string "Close message"
Product: [Frameworks and Libraries] frameworks-ktexteditor Reporter: Oliver Kellogg <okellogg>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Oliver Kellogg 2023-01-29 21:07:45 UTC
On current git master, in document/katedocument.cpp lines 2323 and 6548 there is the i18n string
    "Close message".

On translating, I am unsure whether this shall mean
    "Close the message being displayed"
or
    "Message displayed on closing".

Translation would be eased by adding a message context (msgctxt) clarifying this.
Comment 1 Waqar Ahmed 2023-01-30 11:49:02 UTC
Git commit 69c237427f40883c3dddd95f623ec584749d7398 by Waqar Ahmed.
Committed on 30/01/2023 at 11:48.
Pushed by waqar into branch 'master'.

Add context to "Close Message"

M  +2    -2    src/document/katedocument.cpp

https://invent.kde.org/frameworks/ktexteditor/commit/69c237427f40883c3dddd95f623ec584749d7398
Comment 2 Oliver Kellogg 2023-01-30 16:19:38 UTC
Thanks!