[gimp] app: tab cleanup.



commit c73560b1a14e8995453a00a2932e22ca763a090d
Author: Jehan <jehan girinstud io>
Date:   Thu Jun 30 03:08:34 2016 +0200

    app: tab cleanup.

 app/dialogs/quit-dialog.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/app/dialogs/quit-dialog.c b/app/dialogs/quit-dialog.c
index f62951a..7112b24 100644
--- a/app/dialogs/quit-dialog.c
+++ b/app/dialogs/quit-dialog.c
@@ -300,11 +300,11 @@ quit_close_all_dialog_container_changed (GimpContainer  *images,
                                             dialog->accel_mods);
 
   gimp_message_box_set_primary_text (dialog->box,
-                                    ngettext ("There is one image with "
-                                              "unsaved changes:",
-                                              "There are %d images with "
-                                              "unsaved changes:",
-                                              num_images), num_images);
+                                     ngettext ("There is one image with "
+                                               "unsaved changes:",
+                                               "There are %d images with "
+                                               "unsaved changes:",
+                                               num_images), num_images);
 
   if (num_images == 0)
     {


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