diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-19 07:54:53 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-19 07:54:53 +0800 |
commit | 96c1876a74ed83c7ae58721c4493d26352a0651c (patch) | |
tree | da88c03db53f2cb7818c96b143c30a88a5a19bb0 | |
parent | 1d5285f6b01bdab426c96dea26ec4c71d25f1f4e (diff) | |
download | gsoc2013-epiphany-96c1876a74ed83c7ae58721c4493d26352a0651c.tar gsoc2013-epiphany-96c1876a74ed83c7ae58721c4493d26352a0651c.tar.gz gsoc2013-epiphany-96c1876a74ed83c7ae58721c4493d26352a0651c.tar.bz2 gsoc2013-epiphany-96c1876a74ed83c7ae58721c4493d26352a0651c.tar.lz gsoc2013-epiphany-96c1876a74ed83c7ae58721c4493d26352a0651c.tar.xz gsoc2013-epiphany-96c1876a74ed83c7ae58721c4493d26352a0651c.tar.zst gsoc2013-epiphany-96c1876a74ed83c7ae58721c4493d26352a0651c.zip |
ephy-request-about: fix typo
-rw-r--r-- | lib/ephy-request-about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-request-about.c b/lib/ephy-request-about.c index 36148c462..a809f29f5 100644 --- a/lib/ephy-request-about.c +++ b/lib/ephy-request-about.c @@ -123,7 +123,7 @@ ephy_request_about_send (SoupRequest *request, g_string_append (data_str, "<div id=\"ephytext\">" \ "Il semble que la perfection soit atteinte non quand il n'y a plus rien à" \ - "ajouter, mais quand il n'y a plus rien à retrancher." \ + " ajouter, mais quand il n'y a plus rien à retrancher." \ "</div>" \ "<div id=\"from\">" \ "<!-- Terre des Hommes, III: L'Avion, p. 60 -->" \ |