Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SDK
Cervisia
Commits
d3602bc3
Commit
d3602bc3
authored
Dec 04, 2001
by
Malcolm Hunter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected typographical errors
svn path=/trunk/kdesdk/cervisia/; revision=125559
parent
352ba112
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cervisiapart.cpp
cervisiapart.cpp
+2
-2
tagdlg.cpp
tagdlg.cpp
+1
-1
No files found.
cervisiapart.cpp
View file @
d3602bc3
...
...
@@ -471,7 +471,7 @@ void CervisiaPart::setupActions()
action
=
new
KToggleAction
(
i18n
(
"Do cvs &edit Automatically When Necessary"
),
0
,
this
,
SLOT
(
slotDoCVSEdit
()),
actionCollection
(),
"settings_do_cvs_edit"
);
hint
=
i18n
(
"Determines whether automatic
al
cvs edit is active"
);
hint
=
i18n
(
"Determines whether automatic cvs edit
ing
is active"
);
action
->
setToolTip
(
hint
);
action
->
setWhatsThis
(
hint
);
...
...
@@ -1285,7 +1285,7 @@ void CervisiaPart::slotLastChange()
}
if
(
lastnumber
==
0
)
{
QMessageBox
::
information
(
widget
(),
"Cervisia"
,
i18n
(
"The is the first revision o
n
the branch."
));
QMessageBox
::
information
(
widget
(),
"Cervisia"
,
i18n
(
"The is the first revision o
f
the branch."
));
return
;
}
revB
=
revA
.
left
(
pos
+
1
);
...
...
tagdlg.cpp
View file @
d3602bc3
...
...
@@ -119,7 +119,7 @@ void TagDialog::done(int r)
if
(
!
isValidTag
(
str
))
{
QMessageBox
::
information
(
this
,
"Cervisia"
,
i18n
(
"Tag must start with a letter and may contain"
i18n
(
"Tag must start with a letter and may contain
"
"letters, digits and the characters '-' and '_'."
));
return
;
}
...
...
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