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
Marco Bubke
flatpak-qt-creator
Commits
90b6005e
Commit
90b6005e
authored
Mar 22, 2011
by
Leena Miettinen
Browse files
UI text: fix capitalization
Reviewed-by: Friedemann Kleint
parent
9bc68a3d
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/plugins/bazaar/clonewizard.cpp
View file @
90b6005e
...
...
@@ -64,7 +64,7 @@ QString CloneWizard::description() const
QString
CloneWizard
::
displayName
()
const
{
return
tr
(
"Bazaar Clone (
o
r
b
ranch)"
);
return
tr
(
"Bazaar Clone (
O
r
B
ranch)"
);
}
QList
<
QWizardPage
*>
CloneWizard
::
createParameterPages
(
const
QString
&
path
)
...
...
src/plugins/bazaar/pullorpushdialog.ui
View file @
90b6005e
...
...
@@ -17,13 +17,13 @@
<item>
<widget
class=
"QGroupBox"
name=
"groupBox"
>
<property
name=
"title"
>
<string>
Branch
l
ocation
</string>
<string>
Branch
L
ocation
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QRadioButton"
name=
"defaultButton"
>
<property
name=
"text"
>
<string>
Default
L
ocation
</string>
<string>
Default
l
ocation
</string>
</property>
<property
name=
"checked"
>
<bool>
true
</bool>
...
...
@@ -50,7 +50,7 @@
<string>
for example https://[user[:pass]@]host[:port]/[path]
</string>
</property>
<property
name=
"text"
>
<string>
Specify U
rl
:
</string>
<string>
Specify U
RL
:
</string>
</property>
</widget>
</item>
...
...
src/plugins/qt4projectmanager/projectloadwizard.cpp
View file @
90b6005e
...
...
@@ -50,7 +50,7 @@ ProjectLoadWizard::ProjectLoadWizard(Qt4Project *project, QWidget *parent, Qt::W
{
Q_ASSERT
(
project
);
setWindowTitle
(
tr
(
"Project
s
etup"
));
setWindowTitle
(
tr
(
"Project
S
etup"
));
setupTargetPage
();
...
...
src/plugins/vcsbase/basecheckoutwizardpage.ui
View file @
90b6005e
...
...
@@ -94,12 +94,12 @@
<string>
The path in which the directory containing the checkout will be created.
</string>
</property>
<property
name=
"text"
>
<string>
Checkout
P
ath:
</string>
<string>
Checkout
p
ath:
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"Utils::PathChooser"
name=
"pathChooser"
/>
<widget
class=
"Utils::PathChooser"
name=
"pathChooser"
native=
"true"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"checkoutDirectoryLabel"
>
...
...
@@ -107,7 +107,7 @@
<string>
The local directory that will contain the code after the checkout.
</string>
</property>
<property
name=
"text"
>
<string>
Checkout
D
irectory:
</string>
<string>
Checkout
d
irectory:
</string>
</property>
</widget>
</item>
...
...
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