Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
person
Commits
6180597cd064
Commit
1ff65437
authored
Jul 28, 2009
by
Nicolas Chauvat
Browse files
[cleanup] typo
parent
d7f64c9d76cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
entities.py
View file @
6180597c
...
...
@@ -25,8 +25,8 @@ class Person(EmailableMixIn, AnyEntity):
def
name
(
self
,
civility
=
False
):
if
civility
:
return
u
'%s
.
%s %s'
%
(
self
.
req
.
_
(
self
.
civility
),
self
.
firstname
or
u
''
,
self
.
surname
or
u
''
)
return
u
'%s %s %s'
%
(
self
.
req
.
_
(
self
.
civility
),
self
.
firstname
or
u
''
,
self
.
surname
or
u
''
)
return
u
'%s %s'
%
(
self
.
firstname
or
u
''
,
self
.
surname
or
u
''
)
i18n/fr.po
View file @
6180597c
...
...
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
msgid "Mr"
msgstr "M"
msgstr "M
.
"
msgid "Mrs"
msgstr "Mme"
...
...
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