Module: tools Branch: master Commit: 70699a0d5ed8641b2de7f297c2baf53a99062de7 URL: http://source.winehq.org/git/tools.git/?a=commit;h=70699a0d5ed8641b2de7f297c...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Thu Jul 23 09:39:24 2009 +0200
transl: Use a correct link for the 1.0.x translation status.
---
transl/php/config.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/transl/php/config.php b/transl/php/config.php index bb6c73b..1d5f276 100644 --- a/transl/php/config.php +++ b/transl/php/config.php @@ -1,5 +1,5 @@ <?php $DATAROOT = "."; $TITLE_APPENDIX = " - Wine 1.1.x"; -$TITLE_DESCR = "This page shows the translation status of the most recent Wine 1.1.x. To see the Wine 1.0.x line see <a href=\"http://pf128.krakow.sdi.tpnet.pl/wine-transl/\">here</a>"; -?> \ No newline at end of file +$TITLE_DESCR = "This page shows the translation status of the most recent Wine 1.1.x. To see the Wine 1.0.x line see <a href="http://www.mikolaj.zalewski.pl/wine-transl/1.0.x/%5C%22%3Ehere</a>"; +?>