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
PIM
KDE PIM Runtime
Commits
4bbe0fe5
Verified
Commit
4bbe0fe5
authored
Aug 22, 2021
by
Carl Schwan
🚴
Browse files
Fix minor issues with DAV config dialog's title
* dav -> DAV * remove redundant "dialog" * Capitilize title
parent
ef5dd6cb
Pipeline
#76029
failed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/dav/resource/configdialog.cpp
View file @
4bbe0fe5
...
...
@@ -27,7 +27,7 @@ ConfigDialog::ConfigDialog(QWidget *parent)
:
QDialog
(
parent
)
{
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"folder-remote"
)));
setWindowTitle
(
i18nc
(
"@title:window"
,
"D
av r
esource
c
onfiguration
dialog
"
));
setWindowTitle
(
i18nc
(
"@title:window"
,
"D
AV R
esource
C
onfiguration"
));
auto
mainLayout
=
new
QVBoxLayout
(
this
);
auto
mainWidget
=
new
QWidget
(
this
);
mainLayout
->
addWidget
(
mainWidget
);
...
...
Write
Preview
Supports
Markdown
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