Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
837a9c1f
Commit
837a9c1f
authored
Sep 30, 2020
by
Simone Gaiarin
Browse files
Use the term "Annotations" everywhere in place of "Reviews"
BUG: 186797
FIXED-IN: 20.12.0
parent
421f20e6
Pipeline
#36040
passed with stage
in 28 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
ui/side_reviews.cpp
View file @
837a9c1f
...
...
@@ -98,7 +98,7 @@ Reviews::Reviews(QWidget *parent, Okular::Document *document)
KTitleWidget
*
titleWidget
=
new
KTitleWidget
(
this
);
titleWidget
->
setLevel
(
2
);
titleWidget
->
setText
(
i18n
(
"
Review
s"
));
titleWidget
->
setText
(
i18n
(
"
Annotation
s"
));
m_view
=
new
TreeView
(
m_document
,
this
);
m_view
->
setAlternatingRowColors
(
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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