diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-03-29 18:00:19 +0200 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-03-29 18:00:19 +0200 |
commit | 6631bc64d342a90c1ddc1094bf926957e82fbb56 (patch) | |
tree | 6cf84e4b5ce1773918cfa0e9de5bc6aa7eb516b3 /view/fr/profile.php | |
parent | 2a23147042f568c2b6957b81355c0123033f1854 (diff) | |
parent | 920396e4024e56c3e00f1f159268c2aba16e4609 (diff) | |
download | volse-hubzilla-6631bc64d342a90c1ddc1094bf926957e82fbb56.tar.gz volse-hubzilla-6631bc64d342a90c1ddc1094bf926957e82fbb56.tar.bz2 volse-hubzilla-6631bc64d342a90c1ddc1094bf926957e82fbb56.zip |
Merge remote-tracking branch 'friendika/master'
Diffstat (limited to 'view/fr/profile.php')
-rw-r--r-- | view/fr/profile.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/fr/profile.php b/view/fr/profile.php index fa7372668..9c5d6dce6 100644 --- a/view/fr/profile.php +++ b/view/fr/profile.php @@ -32,7 +32,7 @@ || (strlen($profile['region']))
|| (strlen($profile['postal-code']))
|| (strlen($profile['country-name']))) { ?>
- <div class="location">Location:
+ <div class="location">Localisation:
<div class="adr">
<div class="street-address"><?php if(strlen($profile['address'])) echo $profile['address']; ?></div>
<span class="city-state-zip"><span class="locality"><?php echo $profile['locality']; ?></span><?php if(strlen($profile['locality'])) echo ', '; ?><span class="region"><?php echo $profile['region'] ?></span><?php if(strlen($profile['postal-code'])) { ?> <span class="postal-code"><?php echo $profile['postal-code']; ?></span><?php } ?></span>
@@ -43,7 +43,7 @@ <?php } ?>
<?php if(strlen($profile['gender'])) { ?>
- <div class="mf">Gender: <span class="x-gender"><?php echo $profile['gender']; ?></span></div>
+ <div class="mf">Genre: <span class="x-gender"><?php echo $profile['gender']; ?></span></div>
<?php } ?>
|