[frogr] Added extra line break in error message



commit cb9b519225e155c83d427b0d0cb4fa2bc09a5bc4
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Dec 4 01:30:44 2012 +0100

    Added extra line break in error message

 src/frogr-file-loader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-file-loader.c b/src/frogr-file-loader.c
index 7ffa0bd..ae284ac 100644
--- a/src/frogr-file-loader.c
+++ b/src/frogr-file-loader.c
@@ -793,7 +793,7 @@ _check_filesize_limits (FrogrFileLoader *self, FrogrPicture *picture)
       /* First %s is the title of the picture (filename of the file by
          default). Second %s is the max allowed size for a picture to be
          uploaded to flickr (different for free and PRO accounts). */
-      msg = g_strdup_printf (_("Can't load file %s: size of file is bigger "
+      msg = g_strdup_printf (_("Can't load file %s:\nSize of file is bigger "
                                "than the maximum allowed for this account (%s)"),
                              frogr_picture_get_title (picture),
                              frogr_util_get_datasize_string (max_filesize));



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