[gnomeweb-wml] Gnumeric: fix short datetime format.



commit c2c7f7488e55c65d328532ee83e38aca30b8821d
Author: Morten Welinder <terra gnome org>
Date:   Fri May 29 19:14:59 2009 -0400

    Gnumeric: fix short datetime format.
---
 .../gnumeric/date-time-formats.shtml               |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/projects.gnome.org/gnumeric/date-time-formats.shtml b/projects.gnome.org/gnumeric/date-time-formats.shtml
index b7cfe1f..5849ea9 100644
--- a/projects.gnome.org/gnumeric/date-time-formats.shtml
+++ b/projects.gnome.org/gnumeric/date-time-formats.shtml
@@ -19,20 +19,21 @@ href="http://en.wikipedia.org/wiki/Date_and_time_notation_by_country";>date and
 time formats by country</a>.</p>
 
       <h2>Long Date Format</h1>
-<p>This is the most important format to translate because there is no good
-default for this.  The US version of this is "dddd, mmmm dd, yyyy" which translated to
-something like "Saturday, January 01, 2000".</p>
+<p>This is the most important format to translate because there is no
+good default for this.  The US version of this is "dddd, mmmm dd,
+yyyy" which translated to something like "Saturday, January 01,
+2000".</p>
 
       <h2>Medium Date Format</h1>
 <p>This defaults to "d-mmm-yyyy".</p>
 
-      <h2>short Date Format</h1>
+      <h2>Short Date Format</h1>
 <p>This defaults to "m/d/yy", "d/m/yy", or "yy/m/d" depending on whether the OS
 tells us that month, day, or year should come first.</p>
 
-      <h2>short Date/Time Format</h1>
+      <h2>Short Date/Time Format</h1>
 <p>This consists of two parts: a date and a time.  The date part defaults to
-the short date format.  The time part defaults to "h:mm".</p>
+the short date format.  The time part defaults to the short time format.</p>
 
       <h2>Long Time Format</h1>
 <p>This defaults to "h:mm:ss AM/PM" or "hh:mm:ss" depending on whether the OS
@@ -44,7 +45,7 @@ will use a single digit for the hour if possible.</p>
 tells us that a 12 or 24 hour clock is in use.  Note, that the 12-hour clock
 will use a single digit for the hour if possible.</p>
 
-      <h2>short Time Format</h1>
+      <h2>Short Time Format</h1>
 <p>This defaults to "hh:mm" which is probably ok for most locales.</p>
 
       </div>



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