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
Kleopatra
Commits
faf3fcf1
Commit
faf3fcf1
authored
Feb 10, 2021
by
Yuri Chornoivan
Browse files
Fix minor typo: editted -> edited
parent
fda5f44e
Pipeline
#50385
passed with stage
in 17 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/groupdetailsdialog.cpp
View file @
faf3fcf1
...
...
@@ -147,7 +147,7 @@ QString editButtonToolTip(const KeyGroup &group)
switch
(
group
.
source
())
{
case
KeyGroup
::
ApplicationConfig
:
if
(
group
.
isImmutable
())
{
return
i18n
(
"This group is locked down. It cannot be edit
t
ed by you."
);
return
i18n
(
"This group is locked down. It cannot be edited by you."
);
}
else
{
return
i18n
(
"Edit this group"
);
}
...
...
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