evince r3341 - in trunk: . shell
- From: carlosgc svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3341 - in trunk: . shell
- Date: Fri, 16 Jan 2009 10:35:15 +0000 (UTC)
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]