Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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