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
Multimedia
Kdenlive
Commits
e6a6fc62
Commit
e6a6fc62
authored
Aug 02, 2017
by
Luigi Toscano
Browse files
Fix UI string: Control Center -> System Settings
parent
5e0b0db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/thememanager.cpp
View file @
e6a6fc62
...
...
@@ -221,7 +221,7 @@ void ThemeManager::slotConfigColors()
int
ret
=
KToolInvocation
::
kdeinitExec
(
QStringLiteral
(
"kcmshell5"
),
QStringList
()
<<
QStringLiteral
(
"colors"
));
if
(
ret
>
0
)
{
KMessageBox
::
error
(
nullptr
,
i18n
(
"Cannot start Colors
Settings
panel from
KDE Control Center
. "
KMessageBox
::
error
(
nullptr
,
i18n
(
"Cannot start Colors panel from
System Settings
. "
"Please check your system..."
));
}
}
...
...
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