Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
b1d156f7
Commit
b1d156f7
authored
Mar 17, 2011
by
Leena Miettinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI text: fix capitalization
Reviewed-by: Tobias Hunger
parent
671285a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/plugins/projectexplorer/toolchainoptionspage.cpp
src/plugins/projectexplorer/toolchainoptionspage.cpp
+3
-3
No files found.
src/plugins/projectexplorer/toolchainoptionspage.cpp
View file @
b1d156f7
...
...
@@ -442,7 +442,7 @@ QString ToolChainOptionsPage::id() const
QString
ToolChainOptionsPage
::
displayName
()
const
{
return
tr
(
"Tool
c
hains"
);
return
tr
(
"Tool
C
hains"
);
}
QString
ToolChainOptionsPage
::
category
()
const
...
...
@@ -452,7 +452,7 @@ QString ToolChainOptionsPage::category() const
QString
ToolChainOptionsPage
::
displayCategory
()
const
{
return
tr
(
"Tool
c
hains"
);
return
tr
(
"Tool
C
hains"
);
}
QIcon
ToolChainOptionsPage
::
categoryIcon
()
const
...
...
@@ -517,7 +517,7 @@ QWidget *ToolChainOptionsPage::createPage(QWidget *parent)
if
(
m_searchKeywords
.
isEmpty
())
{
QLatin1Char
sep
(
' '
);
QTextStream
stream
(
&
m_searchKeywords
);
stream
<<
tr
(
"Tool
c
hains"
);
stream
<<
tr
(
"Tool
C
hains"
);
foreach
(
ToolChainFactory
*
f
,
m_factories
)
stream
<<
sep
<<
f
->
displayName
();
...
...
Write
Preview
Markdown
is supported
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