diff options
author | Anne Nicolas <ennael@mandriva.org> | 2009-10-22 11:06:49 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mandriva.org> | 2009-10-22 11:06:49 +0000 |
commit | c0cbbeda5454f7e01301dbc5641bd7c064932af5 (patch) | |
tree | d30e137a1bf519e7e05a643384b9bca87ea81373 /about | |
parent | b187f458ec261fac4657e3aad7098bf8baf25030 (diff) | |
download | indexhtml-c0cbbeda5454f7e01301dbc5641bd7c064932af5.tar indexhtml-c0cbbeda5454f7e01301dbc5641bd7c064932af5.tar.gz indexhtml-c0cbbeda5454f7e01301dbc5641bd7c064932af5.tar.bz2 indexhtml-c0cbbeda5454f7e01301dbc5641bd7c064932af5.tar.xz indexhtml-c0cbbeda5454f7e01301dbc5641bd7c064932af5.zip |
fix typo
Diffstat (limited to 'about')
-rw-r--r-- | about/index.html.in | 4 | ||||
-rw-r--r-- | about/index.html.in.h | 2 | ||||
-rw-r--r-- | about/po/index.pot | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/about/index.html.in b/about/index.html.in index 28b5163..645cbd2 100644 --- a/about/index.html.in +++ b/about/index.html.in @@ -9,7 +9,7 @@ <div id="title"> </div> - <div id="title_top"><a href="#what"><_span>What is Mandriva Linux?</_span></a> | <a href="#browse"><_span>Browse ressources</_span></a></div> + <div id="title_top"><a href="#what"><_span>What is Mandriva Linux?</_span></a> | <a href="#browse"><_span>Browse resources</_span></a></div> <a name="what" /> @@ -56,7 +56,7 @@ <p><a href="#top">[<_span>top of this page</_span>]</a></p> <a name="browse" /> -<_div id="title2">Browse ressources</_div> +<_div id="title2">Browse resources</_div> <_h3>Users documentation</_h3> <_p>Mandriva Linux comes with a full set of documentation for beginners but also for advanced users. You may also find help in Mandriva community: forums, Expert, mailing-lists...</_p> diff --git a/about/index.html.in.h b/about/index.html.in.h index 4b4df0c..cfdcafa 100644 --- a/about/index.html.in.h +++ b/about/index.html.in.h @@ -1,7 +1,7 @@ char *s = N_("... but also an organized community"); char *s = N_("About Mandriva Linux"); char *s = N_("All included components in the Mandriva Linux distribution are available through version control software. Anyone can contribute to improve it, either as an individual or a corporation."); -char *s = N_("Browse ressources"); +char *s = N_("Browse resources"); char *s = N_("Development and contribution"); char *s = N_("Enter Mandriva Community"); char *s = N_("Fund Mandriva Linux"); diff --git a/about/po/index.pot b/about/po/index.pot index 38c5067..e9e9c25 100644 --- a/about/po/index.pot +++ b/about/po/index.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-22 08:55+0200\n" +"POT-Creation-Date: 2009-10-22 13:06+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -32,7 +32,7 @@ msgid "" msgstr "" #: index.html.in.h:4 -msgid "Browse ressources" +msgid "Browse resources" msgstr "" #: index.html.in.h:5 |