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
Kate
Commits
7ffd48b7
Commit
7ffd48b7
authored
Feb 16, 2021
by
Christoph Cullmann
🐮
Browse files
more i18n fixes
parent
21a05a5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/gitwidget.cpp
View file @
7ffd48b7
...
...
@@ -354,7 +354,7 @@ void GitWidget::commitChanges(const QString &msg, const QString &desc)
void
GitWidget
::
opencommitChangesDialog
()
{
if
(
m_model
->
stagedFiles
().
isEmpty
())
{
return
sendMessage
(
i18n
(
"Nothing to commit. Please stage your changes first."
,
QString
::
fromUtf8
(
git
.
readAllStandardError
())
),
true
);
return
sendMessage
(
i18n
(
"Nothing to commit. Please stage your changes first."
),
true
);
}
auto
ciface
=
qobject_cast
<
KTextEditor
::
ConfigInterface
*>
(
m_mainWin
->
activeView
());
...
...
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