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
a7efdb65
Commit
a7efdb65
authored
Apr 05, 2021
by
Nate Graham
Browse files
Correct gammar in "profile with this name already exists" message
parent
acd265ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/EditProfileDialog.cpp
View file @
a7efdb65
...
...
@@ -327,7 +327,7 @@ bool EditProfileDialog::isProfileNameValid()
if
(
!
_tempProfile
->
name
().
isEmpty
()
&&
otherExistingProfileNames
.
contains
(
_tempProfile
->
name
()))
{
setMessageGeneralPage
(
i18nc
(
"@info"
,
"A profile with th
is
name
,
'%1', already exists."
,
"A profile with th
e
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