diff options
author | rub <rub@piwigo.org> | 2008-05-15 18:43:33 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-05-15 18:43:33 +0000 |
commit | 3cffa07182c016d29d82666e03a1423fb6160bd8 (patch) | |
tree | 48a2a784a9d353eccc86cf1c8d6664ac436ab329 /template/yoga/upgrade.tpl | |
parent | 06b5fdf856aec997a4f8f3a148875d06ff86f66a (diff) |
Change some PhpWebGallery to Piwigo. (2/2)
All phpwebgallery.net are not changed!
git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/upgrade.tpl')
-rw-r--r-- | template/yoga/upgrade.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/upgrade.tpl b/template/yoga/upgrade.tpl index 42e14a772..2af91c70e 100644 --- a/template/yoga/upgrade.tpl +++ b/template/yoga/upgrade.tpl @@ -4,15 +4,15 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <title>PhpWebGallery : Upgrade to {$RELEASE}</title> + <title>Piwigo : Upgrade to {$RELEASE}</title> </head> <body> {if isset($introduction)} - <h1>Welcome to PhpWebGallery upgrade page.</h1> + <h1>Welcome to Piwigo upgrade page.</h1> <p>This page proposes to upgrade your database corresponding to your old -version of PhpWebGallery to the current version. The upgrade assistant +version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release {$introduction.CURRENT_RELEASE}</strong> (or equivalent).</p> |