[frogr] Updated text to show 'files' instead of 'pictures'



commit 96a818847035b6eceb1653194ba55aca896e9a61
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sat Nov 3 19:24:32 2012 +0100

    Updated text to show 'files' instead of 'pictures'

 src/frogr-main-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index a7d12fa..45a711c 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -1401,8 +1401,8 @@ _craft_state_description (FrogrMainView *mainview)
          (in KB, MB or GB) that would be uploaded as the sum of the
          sizes for every picture loaded in the application */
       upload_size_str = g_strdup_printf (n_pictures > 1
-                                         ? _(" - %d pictures to upload (%s)")
-                                         : _(" - %d picture to upload (%s)"),
+                                         ? _(" - %d files to upload (%s)")
+                                         : _(" - %d file to upload (%s)"),
                                          n_pictures, total_size_str);
       g_free (total_size_str);
     }



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