[gnome-web-www] Remove references to GNOME 3, just use GNOME
- From: Neil McGovern <nmcgovern src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] Remove references to GNOME 3, just use GNOME
- Date: Mon, 11 Jan 2021 13:53:22 +0000 (UTC)
commit c9f52f43b8f47ece7fca22028d774a30b60f2837
Author: Neil McGovern <neil gnome org>
Date: Mon Jan 11 13:52:56 2021 +0000
Remove references to GNOME 3, just use GNOME
theme/inc/customizer.php | 6 +++---
theme/page-about.php | 2 +-
theme/page-home.php | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/theme/inc/customizer.php b/theme/inc/customizer.php
index dd8b002..6a79f5b 100644
--- a/theme/inc/customizer.php
+++ b/theme/inc/customizer.php
@@ -71,7 +71,7 @@ function gnome_grass_options( $wp_customize ) {
// Featured Heading
$wp_customize->add_setting( 'featured_heading',
array(
- 'default' => 'Discover GNOME 3',
+ 'default' => 'Discover GNOME',
'sanitize_callback' => 'grass_sanitize_text',
)
);
@@ -85,7 +85,7 @@ function gnome_grass_options( $wp_customize ) {
// Featured Heading
$wp_customize->add_setting( 'featured_subheading',
array(
- 'default' => 'An easy and elegant way to use your computer, GNOME 3 is designed to put you in
control and getting things done.',
+ 'default' => 'An easy and elegant way to use your computer, GNOME is designed to put you in
control and getting things done.',
'sanitize_callback' => 'grass_sanitize_text',
)
);
@@ -131,7 +131,7 @@ function gnome_grass_options( $wp_customize ) {
// Featured Right Button
$wp_customize->add_setting( 'featured_button_text_2',
array(
- 'default' => 'Get GNOME 3',
+ 'default' => 'Get GNOME',
'sanitize_callback' => 'grass_sanitize_text',
)
);
diff --git a/theme/page-about.php b/theme/page-about.php
index 030a9c2..392a5d0 100644
--- a/theme/page-about.php
+++ b/theme/page-about.php
@@ -9,7 +9,7 @@
}
?>
<p class="main_feature text-center"><?php esc_html_e('We promote software freedom',
'grass'); ?></p>
- <p><?php esc_html_e('GNOME brings companies, volunteers, professionals and non-profits
together from around the world. We make GNOME 3: a complete free software solution for everyone.', 'grass');
?></p>
+ <p><?php esc_html_e('GNOME brings companies, volunteers, professionals and non-profits
together from around the world. We make GNOME: a complete free software solution for everyone.', 'grass');
?></p>
</div>
<?php while ( have_posts() ) : the_post(); ?>
diff --git a/theme/page-home.php b/theme/page-home.php
index e7b1996..b18be47 100644
--- a/theme/page-home.php
+++ b/theme/page-home.php
@@ -18,11 +18,11 @@ require_once("header.php"); ?>
<a
href="https://www.gnome.org/wp-content/uploads/2016/03/window-selection-3.20-420x236.png"><img
src="https://www.gnome.org/wp-content/uploads/2016/03/window-selection-3.20-420x236.png" alt=""></a>
</div>
<div class="text col-sm-12 col-md-6">
- <h3>GNOME 3: Ease, comfort and control</h3>
- <p>GNOME 3 is an easy and elegant way to use your computer. It is designed to put you in
control and bring freedom to everybody. GNOME 3 is developed by the GNOME community, a diverse, international
group of contributors that is supported by an independent, non-profit foundation.</p>
+ <h3>GNOME: Ease, comfort and control</h3>
+ <p>GNOME is an easy and elegant way to use your computer. It is designed to put you in
control and bring freedom to everybody. GNOME is developed by the GNOME community, a diverse, international
group of contributors that is supported by an independent, non-profit foundation.</p>
<p>
- <a class="action_button" href="gnome-3">Discover GNOME 3</a>
- <a class="action_button" href="getting-gnome">Get GNOME 3</a>
+ <a class="action_button" href="gnome-3">Discover GNOME</a>
+ <a class="action_button" href="getting-gnome">Get GNOME</a>
</p>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]