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
Utilities
Konsole
Commits
1c8db8a3
Commit
1c8db8a3
authored
Apr 05, 2021
by
Nate Graham
Browse files
Correct corrected string
It needed a few more tweaks to be fully consistent and gramatically correct in English.
parent
a7efdb65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/EditProfileDialog.cpp
View file @
1c8db8a3
...
...
@@ -327,7 +327,7 @@ bool EditProfileDialog::isProfileNameValid()
if
(
!
_tempProfile
->
name
().
isEmpty
()
&&
otherExistingProfileNames
.
contains
(
_tempProfile
->
name
()))
{
setMessageGeneralPage
(
i18nc
(
"@info"
,
"A profile with the name
'%1',
already exists."
,
"A profile with the name
\"
%1
\"
already exists."
,
_generalUi
->
profileNameEdit
->
text
()));
// Revert the name in the dialog
_generalUi
->
profileNameEdit
->
setText
(
_profile
->
name
());
...
...
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