Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Calendar Support
Commits
780a4e35
Commit
780a4e35
authored
Aug 09, 2022
by
Glen Ditchfield
🐛
Browse files
Use Summary, not Title, in the UI
This field is consistently called the "Summary" in the user interface.
parent
7198ddfa
Pipeline
#215514
passed with stage
in 9 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/printing/calprintdefaultplugins.cpp
View file @
780a4e35
...
...
@@ -1517,7 +1517,7 @@ void CalPrintTodos::setSettingsWidget()
if
(
mTodoSortField
!=
TodoFieldUnset
)
{
// do not insert if already done so.
cfg
->
mSortField
->
addItem
(
i18nc
(
"@option sort by
title"
,
"Title
"
));
cfg
->
mSortField
->
addItem
(
i18nc
(
"@option sort by
summary"
,
"Summary
"
));
cfg
->
mSortField
->
addItem
(
i18nc
(
"@option sort by start date/time"
,
"Start Date"
));
cfg
->
mSortField
->
addItem
(
i18nc
(
"@option sort by due date/time"
,
"Due Date"
));
cfg
->
mSortField
->
addItem
(
i18nc
(
"@option sort by priority"
,
"Priority"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment