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
cd50a74e
Commit
cd50a74e
authored
Sep 05, 2011
by
Yuri Chornoivan
Browse files
fix typo: varible -> variable
parent
3c562ef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/EditProfileDialog.cpp
View file @
cd50a74e
...
...
@@ -298,7 +298,7 @@ void EditProfileDialog::showEnvironmentEditor()
QStringList
currentEnvironment
=
info
->
property
<
QStringList
>
(
Profile
::
Environment
);
edit
->
setPlainText
(
currentEnvironment
.
join
(
"
\n
"
)
);
edit
->
setToolTip
(
i18n
(
"One environment varible per line"
)
);
edit
->
setToolTip
(
i18n
(
"One environment vari
a
ble per line"
)
);
dialog
->
setPlainCaption
(
i18n
(
"Edit Environment"
));
dialog
->
setMainWidget
(
edit
);
...
...
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