The branch, master has been updated via 64b9a0213951b653da0687ec9af74db77cf06ea5 (commit) via ba902b303f84ea9b8b8aece87f9c7587b7140446 (commit) via b2d55cae170e875e6d6c12e1d46d9f88ad60bfa9 (commit) from 082905f3d84eb3994ed3880e1f5bc680684f4d4c (commit)
- Log ----------------------------------------------------------------- commit 64b9a0213951b653da0687ec9af74db77cf06ea5 Merge: ba902b3 082905f Author: Michal Čihař michal@cihar.com Date: Sun Feb 5 14:10:19 2012 +0100
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/website
commit ba902b303f84ea9b8b8aece87f9c7587b7140446 Author: Michal Čihař michal@cihar.com Date: Sun Feb 5 14:08:43 2012 +0100
More occurences of Improve
commit b2d55cae170e875e6d6c12e1d46d9f88ad60bfa9 Author: Michal Čihař michal@cihar.com Date: Sun Feb 5 12:59:05 2012 +0100
Change link name to contribute
-----------------------------------------------------------------------
Summary of changes: data/menu.py | 2 +- templates/improve.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/data/menu.py b/data/menu.py index ffcdb76..8b344c0 100644 --- a/data/menu.py +++ b/data/menu.py @@ -27,7 +27,7 @@ MENU = [ ('support', 'Support'), ('docs', 'Docs'), ('try', 'Try'), - ('improve', 'Improve'), + ('improve', 'Contribute'), ('themes', 'Themes'), ('downloads', 'Download'), ] diff --git a/templates/improve.tpl b/templates/improve.tpl index f733eb9..4e8750f 100644 --- a/templates/improve.tpl +++ b/templates/improve.tpl @@ -1,10 +1,10 @@ <html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
-<py:def function="page_title">Improve</py:def> +<py:def function="page_title">Contribute</py:def>
<div py:match="content" id="body">
-<h2>Improve phpMyAdmin</h2> +<h2>Contribute to phpMyAdmin</h2>
<p> As a free software project, phpMyAdmin is very open to your contributions. You don't
hooks/post-receive