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
94320706
Commit
94320706
authored
May 17, 2010
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix clone wizard texts.
parent
47d49d25
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/plugins/cvs/checkoutwizard.cpp
src/plugins/cvs/checkoutwizard.cpp
+1
-1
src/plugins/git/clonewizard.cpp
src/plugins/git/clonewizard.cpp
+1
-1
src/plugins/git/gitorious/gitoriousclonewizard.cpp
src/plugins/git/gitorious/gitoriousclonewizard.cpp
+1
-1
src/plugins/subversion/checkoutwizard.cpp
src/plugins/subversion/checkoutwizard.cpp
+1
-1
No files found.
src/plugins/cvs/checkoutwizard.cpp
View file @
94320706
...
...
@@ -53,7 +53,7 @@ QIcon CheckoutWizard::icon() const
QString
CheckoutWizard
::
description
()
const
{
return
tr
(
"Checks out a
project from a
CVS repository and tries to load the contained project."
);
return
tr
(
"Checks out a CVS repository and tries to load the contained project."
);
}
QString
CheckoutWizard
::
displayName
()
const
...
...
src/plugins/git/clonewizard.cpp
View file @
94320706
...
...
@@ -52,7 +52,7 @@ QIcon CloneWizard::icon() const
QString
CloneWizard
::
description
()
const
{
return
tr
(
"Clones a
project from a
Git repository and tries to load the contained project."
);
return
tr
(
"Clones a Git repository and tries to load the contained project."
);
}
QString
CloneWizard
::
displayName
()
const
...
...
src/plugins/git/gitorious/gitoriousclonewizard.cpp
View file @
94320706
...
...
@@ -80,7 +80,7 @@ QIcon GitoriousCloneWizard::icon() const
QString
GitoriousCloneWizard
::
description
()
const
{
return
tr
(
"Clones a
project from a
Gitorious repository and tries to load the contained project."
);
return
tr
(
"Clones a Gitorious repository and tries to load the contained project."
);
}
QString
GitoriousCloneWizard
::
displayName
()
const
...
...
src/plugins/subversion/checkoutwizard.cpp
View file @
94320706
...
...
@@ -53,7 +53,7 @@ QIcon CheckoutWizard::icon() const
QString
CheckoutWizard
::
description
()
const
{
return
tr
(
"Checks out a
project from a
Subversion repository and tries to load the contained project."
);
return
tr
(
"Checks out a Subversion repository and tries to load the contained project."
);
}
QString
CheckoutWizard
::
displayName
()
const
...
...
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