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
libkleo
Commits
989871c6
Commit
989871c6
authored
Jun 02, 2021
by
Yuri Chornoivan
Browse files
Fix minor typo
parent
8fc09c1f
Pipeline
#63849
passed with stage
in 7 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ui/directoryserviceswidget.cpp
View file @
989871c6
...
@@ -732,7 +732,7 @@ QString Model::toolTipForColumn(int column)
...
@@ -732,7 +732,7 @@ QString Model::toolTipForColumn(int column)
"Note that the password will be saved in the clear "
"Note that the password will be saved in the clear "
"in a config file in your home directory."
);
"in a config file in your home directory."
);
case
Flags
:
return
i18n
(
"<b>(Optional)</b> "
case
Flags
:
return
i18n
(
"<b>(Optional)</b> "
"Enter 'ldaps' to specify that a TLS connection
s
shall be used."
);
"Enter 'ldaps' to specify that a TLS connection shall be used."
);
default:
default:
return
QString
();
return
QString
();
}
}
...
...
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