diff options
author | Reinout van Schouwen <reinouts@src.gnome.org> | 2007-11-12 08:45:53 +0800 |
---|---|---|
committer | Reinout van Schouwen <reinouts@src.gnome.org> | 2007-11-12 08:45:53 +0800 |
commit | 233e0a3956148836b879560954fb6dc22af72d27 (patch) | |
tree | 1cadc02a98bcb63daa85e1a66dfcb0ed64f735fc /embed | |
parent | 68d7ca69ec4f9d42563eb79c0e92a756943f83e1 (diff) | |
download | gsoc2013-epiphany-233e0a3956148836b879560954fb6dc22af72d27.tar gsoc2013-epiphany-233e0a3956148836b879560954fb6dc22af72d27.tar.gz gsoc2013-epiphany-233e0a3956148836b879560954fb6dc22af72d27.tar.bz2 gsoc2013-epiphany-233e0a3956148836b879560954fb6dc22af72d27.tar.lz gsoc2013-epiphany-233e0a3956148836b879560954fb6dc22af72d27.tar.xz gsoc2013-epiphany-233e0a3956148836b879560954fb6dc22af72d27.tar.zst gsoc2013-epiphany-233e0a3956148836b879560954fb6dc22af72d27.zip |
2007-11-12 Reinout van Schouwen <reinouts@gnome.org>
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>
- mozilla/EphyAboutModule.cpp:
move comment one line down so it shows up in the .po files
svn path=/trunk/; revision=7673
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 eef9054b0..7b4b012c5 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -533,8 +533,8 @@ EphyAboutModule::CreateRecoverPage(nsIURI *aRecoverURI, rv = NS_NewURI(getter_AddRefs (uri), url, charset.get()); NS_ENSURE_SUCCESS (rv, rv); - /* Translators: %s refers to the LSB distributor ID, for instance MandrivaLinux */ char *secondary = g_markup_printf_escaped + /* Translators: %s refers to the LSB distributor ID, for instance MandrivaLinux */ (_("This page was loading when the web browser closed unexpectedly. " "This might happen again if you reload the page. If it does, please report " "the problem to the %s developers."), |