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
ae62620d
Commit
ae62620d
authored
Feb 21, 2021
by
Dominik Haumann
Committed by
Waqar Ahmed
Feb 21, 2021
Browse files
Fix i18n() call
parent
ff6d9bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectview.cpp
View file @
ae62620d
...
...
@@ -55,7 +55,7 @@ KateProjectView::KateProjectView(KateProjectPluginView *pluginView, KateProject
auto
chckbr
=
pluginView
->
actionCollection
()
->
addAction
(
QStringLiteral
(
"checkout_branch"
),
this
,
[
this
]
{
m_branchBtn
->
click
();
});
chckbr
->
setText
(
QStringLiteral
(
"Checkout Git Branch"
));
chckbr
->
setText
(
i18n
(
"Checkout Git Branch"
));
/**
* setup filter line 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