diff options
author | Cyril Brulebois <cyrilbois@src.gnome.org> | 2007-11-08 11:23:36 +0800 |
---|---|---|
committer | Cyril Brulebois <cyrilbois@src.gnome.org> | 2007-11-08 11:23:36 +0800 |
commit | b9201a7443b185a4fb9279ae83f91c3a6addd384 (patch) | |
tree | 29f7aa52763d237c232288d008aa94dbf5d12c27 /embed | |
parent | ba11585ef79098af3658e0282faa1aba699f0983 (diff) | |
download | gsoc2013-epiphany-b9201a7443b185a4fb9279ae83f91c3a6addd384.tar gsoc2013-epiphany-b9201a7443b185a4fb9279ae83f91c3a6addd384.tar.gz gsoc2013-epiphany-b9201a7443b185a4fb9279ae83f91c3a6addd384.tar.bz2 gsoc2013-epiphany-b9201a7443b185a4fb9279ae83f91c3a6addd384.tar.lz gsoc2013-epiphany-b9201a7443b185a4fb9279ae83f91c3a6addd384.tar.xz gsoc2013-epiphany-b9201a7443b185a4fb9279ae83f91c3a6addd384.tar.zst gsoc2013-epiphany-b9201a7443b185a4fb9279ae83f91c3a6addd384.zip |
Add a space to the reload page alert
svn path=/trunk/; revision=7650
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index 45af4a70d..44077ad66 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -535,7 +535,7 @@ EphyAboutModule::CreateRecoverPage(nsIURI *aRecoverURI, char *secondary = g_markup_printf_escaped (_("This page was loading when Epiphany closed unexpectedly." - "This might happen again if you reload the page. If it does, please report" + "This might happen again if you reload the page. If it does, please report " "the problem to the %s developers."), LSB_DISTRIBUTOR); |