Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Cervisia
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
Incidents
Environments
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
SDK
Cervisia
Commits
f2a8828e
Commit
f2a8828e
authored
Jun 26, 2004
by
Stephan Binner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CVS_SILENT i18n style guide fixes
svn path=/trunk/kdesdk/cervisia/; revision=323700
parent
b8c16e98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cervisiashell.cpp
cervisiashell.cpp
+1
-1
entry_status.cpp
entry_status.cpp
+2
-2
No files found.
cervisiashell.cpp
View file @
f2a8828e
...
...
@@ -111,7 +111,7 @@ void CervisiaShell::setupActions()
action
->
setWhatsThis
(
hint
);
action
=
actionCollection
()
->
action
(
"help_report_bug"
);
hint
=
i18n
(
"Opens the
B
ug report dialog"
);
hint
=
i18n
(
"Opens the
b
ug report dialog"
);
action
->
setToolTip
(
hint
);
action
->
setWhatsThis
(
hint
);
...
...
entry_status.cpp
View file @
f2a8828e
/*
* Copyright (c) 2004 Andr
Wbbe
king <Woebbeking@web.de>
* Copyright (c) 2004 Andr
�W�beki
ng <Woebbeking@web.de>
*
* This program may be distributed under the terms of the Q Public
* License as defined by Trolltech AS of Norway and appearing in the
...
...
@@ -46,7 +46,7 @@ QString toString(EntryStatus entryStatus)
result
=
i18n
(
"Needs Merge"
);
break
;
case
UpToDate
:
result
=
i18n
(
"Up to
d
ate"
);
result
=
i18n
(
"Up to
D
ate"
);
break
;
case
Conflict
:
result
=
i18n
(
"Conflict"
);
...
...
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