evince r3341 - in trunk: . shell



Author: carlosgc
Date: Fri Jan 16 10:35:15 2009
New Revision: 3341
URL: http://svn.gnome.org/viewvc/evince?rev=3341&view=rev

Log:
2009-01-16  Carlos Garcia Campos  <carlosgc gnome org>

	* shell/ev-window.c: (window_open_file_copy_progress_cb):

	Add missing brakets around the percentage in progress
	messages. 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 10:35:15 2009
@@ -1721,9 +1721,9 @@
 	
 	if (!ev_window->priv->message_area)
 		return;
-	
+
 	fraction = n_bytes / (gdouble)total_bytes;
-	status = g_strdup_printf (_("Downloading document %d%%"),
+	status = g_strdup_printf (_("Downloading document (%d%%)"),
 				  (gint)(fraction * 100));
 	
 	ev_progress_message_area_set_status (EV_PROGRESS_MESSAGE_AREA (ev_window->priv->message_area),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]