[gnome-desktop] Fix typo in error message



commit bc9af601a07528c388d9cb3fcaadfe14c8093117
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Apr 9 10:49:23 2010 +0200

    Fix typo in error message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615251

 libgnome-desktop/gnome-rr-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnome-desktop/gnome-rr-config.c b/libgnome-desktop/gnome-rr-config.c
index 6db57dd..76c4261 100644
--- a/libgnome-desktop/gnome-rr-config.c
+++ b/libgnome-desktop/gnome-rr-config.c
@@ -1454,7 +1454,7 @@ crtc_assignment_assign (CrtcAssignment   *assign,
 	    g_set_error (error, GNOME_RR_ERROR, GNOME_RR_ERROR_CRTC_ASSIGNMENT,
 			 _("output %s does not have the same parameters as another cloned output:\n"
 			   "existing mode = %d, new mode = %d\n"
-			   "existing coordinates = (%d, %d), new coordinates = (%d, %d)"
+			   "existing coordinates = (%d, %d), new coordinates = (%d, %d)\n"
 			   "existing rotation = %s, new rotation = %s"),
 			 output_name,
 			 gnome_rr_mode_get_id (info->mode), gnome_rr_mode_get_id (mode),



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