evince r3335 - in trunk: . shell
- From: carlosgc svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3335 - in trunk: . shell
- Date: Fri, 16 Jan 2009 08:24:30 +0000 (UTC)
Author: carlosgc
Date: Fri Jan 16 08:24:29 2009
New Revision: 3335
URL: http://svn.gnome.org/viewvc/evince?rev=3335&view=rev
Log:
2009-01-16 Carlos Garcia Campos <carlosgc gnome org>
* shell/ev-window.c: (reload_remote_copy_ready_cb):
Fix typo in error message. See bug #567910.
Modified:
trunk/ChangeLog
trunk/shell/ev-window.c
Modified: trunk/shell/ev-window.c
==============================================================================
--- trunk/shell/ev-window.c (original)
+++ trunk/shell/ev-window.c Fri Jan 16 08:24:29 2009
@@ -1885,7 +1885,7 @@
if (error->domain != G_IO_ERROR ||
error->code != G_IO_ERROR_CANCELLED)
ev_window_error_message (ev_window, error,
- "%s", _("Failed to reaload document."));
+ "%s", _("Failed to reload document."));
g_error_free (error);
} else {
ev_window_reload_local (ev_window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]