From 1b9d8c7532f1912dd050c30e141f06b569d7f0b4 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sun, 20 Dec 2009 19:43:10 +0000
Subject: [PATCH] - Patch #664390 by Bojhan: massage the documentation.

---
 themes/stark/README.txt | 2 +-
 themes/stark/stark.info | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/stark/README.txt b/themes/stark/README.txt
index 453be5da686c..33257c946814 100644
--- a/themes/stark/README.txt
+++ b/themes/stark/README.txt
@@ -20,7 +20,7 @@ ABOUT DRUPAL THEMING
 --------------------
 
 To learn how to build your own custom theme and override Drupal's default code,
-you should start reading the Theming Guide: http://drupal.org/theme-guide
+see the Theming Guide: http://drupal.org/theme-guide
 
 See the sites/all/themes/README.txt for more information on where to place your
 custom themes to ensure easy maintenance and upgrades.
diff --git a/themes/stark/stark.info b/themes/stark/stark.info
index c3955fd4f65e..5ff7efa25029 100644
--- a/themes/stark/stark.info
+++ b/themes/stark/stark.info
@@ -1,6 +1,6 @@
 ; $Id$
 name = Stark
-description = This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, you should start reading the <a href="http://drupal.org/theme-guide">Theming Guide</a>.
+description = This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href="http://drupal.org/theme-guide">Theming Guide</a>.
 package = Core
 version = VERSION
 core = 7.x
-- 
GitLab