Bug 465689 - Suggestions for UI strings
Summary: Suggestions for UI strings
Status: REPORTED
Alias: None
Product: kcachegrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-13 22:04 UTC by Oliver Kellogg
Modified: 2023-02-13 22:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Kellogg 2023-02-13 22:04:16 UTC
On current git master:

1)
#: libviews/callmapview.cpp:106
msgctxt "CallMapView|"
msgid ""
"<p>Appearance options can be found in the in the context menu. [...]
'Best' determinates the split direction for children [...]

"determinates" -> "determines"

2)
#: libviews/sourceview.cpp:83
msgctxt "SourceView|"
msgid ""
"<b>Annotated Source</b> [...]
<p>Select a inserted call information line to make the destination function current.

"a inserted" -> "an inserted"

3)
#: libviews/tabview.cpp:135
msgctxt "TabBar|"
msgid "Show Hidden On"

Here, it is ambiguous what "Show Hidden On" means:
"Show Hidden" is switched on
- or -
Show Hidden on [something], e.g. Show Hidden on some-kind-of-event
Please provide more context.