Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
f97b3cee
Commit
f97b3cee
authored
Apr 17, 2009
by
Oswald Buddenhagen
Browse files
better namespace for tr()
parent
5b01ea11
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/git/gitsettings.cpp
View file @
f97b3cee
...
...
@@ -97,7 +97,7 @@ QString GitSettings::gitBinaryPath(bool *ok, QString *errorMessage) const
if
(
ok
)
*
ok
=
false
;
if
(
errorMessage
)
*
errorMessage
=
QCoreApplication
::
translate
(
"GitSettings"
,
*
errorMessage
=
QCoreApplication
::
translate
(
"
Git::Internal::
GitSettings"
,
"The binary '%1' could not be located in the path '%2'"
).
arg
(
binary
,
path
);
return
binary
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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