[med-svn] r1160 - in trunk/community/website: . inc
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Fri Jan 18 09:50:38 UTC 2008
Author: smoe-guest
Date: 2008-01-18 09:50:38 +0000 (Fri, 18 Jan 2008)
New Revision: 1160
Modified:
trunk/community/website/inc/header.inc.php
trunk/community/website/index.php
Log:
Better wording in the "join us" call.
Modified: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php 2008-01-18 09:43:22 UTC (rev 1159)
+++ trunk/community/website/inc/header.inc.php 2008-01-18 09:50:38 UTC (rev 1160)
@@ -32,7 +32,7 @@
<div class="heading">
<div class="tabBar" style="text-align: center;">
<?php
- $msg = _("Join us! Help us in making Doctors use Debian! See the %1Alioth page%2.");
+ $msg = _("Help us to see Debian used by medical practicioners and researchers! Join us on the %1Alioth page%2.");
echo str_replace(array("%1", "%2"),
array('<a href="http://alioth.debian.org/projects/debian-med">', '</a>'),
$msg);
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2008-01-18 09:43:22 UTC (rev 1159)
+++ trunk/community/website/index.php 2008-01-18 09:50:38 UTC (rev 1160)
@@ -41,7 +41,7 @@
<li><a href="/bugs.php"><?=_("Bugs page")?></a></li>
<li><a href="/ddtp.php"><?=_("DDTP page")?></a></li>
<li><a href="/tasks/"><?=_("Tasks page")?></a></li>
- <li><a href="http://svn.debian.org/wsvn/debian-med/trunk/"><?=_("SVN Repository")?></a></li>
+ <li><a href="http://svn.debian.org/wsvn/debian-med/trunk/"><?=_("SVN repository")?></a></li>
<hr />
<li><a href="/locales.php"><?=_("Locales page")?></a></li>
<li>…</li>
More information about the debian-med-commit
mailing list