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
71269da4
Commit
71269da4
authored
Mar 12, 2021
by
Kåre Särs
Browse files
Fix typo
parent
b0362ce4
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/git-blame/kategitblameplugin.cpp
View file @
71269da4
...
...
@@ -81,8 +81,8 @@ void GitBlameInlineNoteProvider::paintInlineNote(const KTextEditor::InlineNote &
const
KateGitBlameInfo
&
info
=
m_pluginView
->
blameInfo
(
lineNr
);
QString
text
=
info
.
title
.
isEmpty
()
?
i18nc
(
"git-b
a
lme information
\"
author: date
\"
"
,
" %1: %2 "
,
info
.
name
,
m_locale
.
toString
(
info
.
date
,
QLocale
::
NarrowFormat
))
:
i18nc
(
"git-b
a
lme information
\"
author: date: commit title
\"
"
,
?
i18nc
(
"git-bl
a
me information
\"
author: date
\"
"
,
" %1: %2 "
,
info
.
name
,
m_locale
.
toString
(
info
.
date
,
QLocale
::
NarrowFormat
))
:
i18nc
(
"git-bl
a
me information
\"
author: date: commit title
\"
"
,
" %1: %2: %3 "
,
info
.
name
,
m_locale
.
toString
(
info
.
date
,
QLocale
::
NarrowFormat
),
...
...
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