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
18df5b47
Commit
18df5b47
authored
Sep 14, 2011
by
Albert Astals Cid
Browse files
Small fix in the text
desktop effect -> desktop effects is -> were Spacing fix
parent
49c10796
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/EditProfileDialog.cpp
View file @
18df5b47
...
...
@@ -859,8 +859,8 @@ void EditProfileDialog::updateTransparencyWarning()
}
else
if
(
!
TerminalDisplay
::
HAVE_TRANSPARENCY
)
{
_ui
->
transparencyWarningWidget
->
setText
(
i18n
(
"Konsole was started before desktop effect
is
enabled.
"
" You need to restart
k
onsole to see transparent background."
));
_ui
->
transparencyWarningWidget
->
setText
(
i18n
(
"Konsole was started before desktop effect
s were
enabled."
" You need to restart
K
onsole to see transparent background."
));
_ui
->
transparencyWarningWidget
->
setHidden
(
false
);
}
...
...
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