[gtk-web] Update titles for download pages



commit 459759da4ce58786561e4041e5113e4bc5183509
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Jun 2 11:01:05 2011 +0100

    Update titles for download pages

 download/linux.php |    2 +-
 download/macos.php |    2 +-
 download/win32.php |    2 +-
 download/win64.php |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/download/linux.php b/download/linux.php
index 3916240..3c1d077 100755
--- a/download/linux.php
+++ b/download/linux.php
@@ -14,7 +14,7 @@ $versions = array(
 $oldgtk = array( '2.20', '2.18', '2.16', '2.14', '2.12', '2.10', '2.8', '2.6', '2.4', '1.2' );
 
 ?>
-<h2><a name="Download">Download GTK+ for Linux/Unix</a></h2>
+<h2><a name="Download">Download for GNU/Linux and Unix</a></h2>
 <h3><a name="Requirements">Requirements</a></h3>
 <p>You will need to get the GLib, Pango and GTK+ packages to build GTK+.<br/>You may also need some of the external dependencies that are also linked for each version listed
 below.</p>
diff --git a/download/macos.php b/download/macos.php
index 78ff944..fd70a5c 100755
--- a/download/macos.php
+++ b/download/macos.php
@@ -4,7 +4,7 @@ $title = "GTK+ Download: Mac OS X";
 ob_start();
 ?>
 
-<h2><a name="Download">Download GTK+ for Mac OS X</a></h2>
+<h2><a name="Download">Download for Mac OS X</a></h2>
 <p>Building, bundling &amp; integrating GTK+ on MacOSX is now consolidated at <a href="http://gtk-osx.sourceforge.net"; class="external">http://gtk-osx.sourceforge.net</a>.</p>
 <p>The development of the quartz backend to GTK+ remains in the GTK+ project. You can track the development on the <a href="http://live.gnome.org/GTK%2B/OSX"; class="external">OSX Development page</a>.</p>
 
diff --git a/download/win32.php b/download/win32.php
index baa87c9..ace2d96 100755
--- a/download/win32.php
+++ b/download/win32.php
@@ -3,7 +3,7 @@ $nav = "download";
 $title = "GTK+ Download: Windows (32-bit)";
 ob_start();
 ?>
-<h2><a name="Download">Download GTK+ for Windows (32-bit)</a></h2>
+<h2><a name="Download">Download for Windows (32-bit)</a></h2>
 
 <h3><a name="Requirements">Requirements</a></h3>
  
diff --git a/download/win64.php b/download/win64.php
index 0666a0e..f693a8a 100755
--- a/download/win64.php
+++ b/download/win64.php
@@ -4,7 +4,7 @@ $title = "GTK+ Download: Windows (64-bit)";
 ob_start();
 ?>
 
-<h2><a name="Download">Download GTK+ for Windows (64-bit)</a></h2>
+<h2><a name="Download">Download for Windows (64-bit)</a></h2>
 
 <div class="warning"><span>Note that these 64-bit packages are experimental. Binary compatibility between versions is not guaranteed.</span></div>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]