gnome-desktop r5329 - trunk/libgnome-desktop



Author: vuntz
Date: Fri Dec 12 14:27:43 2008
New Revision: 5329
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5329&view=rev

Log:
2008-12-12  Vincent Untz  <vuntz gnome org>

	* gnome-rr-config.c: (crtc_assignment_new):
	* gnome-rr.c: (gnome_rr_crtc_set_config): fix translator comments, to
	really fix bug #563831.


Modified:
   trunk/libgnome-desktop/ChangeLog
   trunk/libgnome-desktop/gnome-rr-config.c
   trunk/libgnome-desktop/gnome-rr.c

Modified: trunk/libgnome-desktop/gnome-rr-config.c
==============================================================================
--- trunk/libgnome-desktop/gnome-rr-config.c	(original)
+++ trunk/libgnome-desktop/gnome-rr-config.c	Fri Dec 12 14:27:43 2008
@@ -1521,10 +1521,10 @@
 	if (width < min_width || width > max_width ||
 	    height < min_height || height > max_height)
 	{
-	    /* Translators: the "requested", "minimum", and "maximum" words here
-	     * are not keywords; please translate them as usual.
-	     */
 	    g_set_error (error, GNOME_RR_ERROR, GNOME_RR_ERROR_BOUNDS_ERROR,
+			 /* Translators: the "requested", "minimum", and
+			  * "maximum" words here are not keywords; please
+			  * translate them as usual. */
 			 _("required virtual size does not fit available size: "
 			   "requested=(%d, %d), minimum=(%d, %d), maximum=(%d, %d)"),
 			 width, height,

Modified: trunk/libgnome-desktop/gnome-rr.c
==============================================================================
--- trunk/libgnome-desktop/gnome-rr.c	(original)
+++ trunk/libgnome-desktop/gnome-rr.c	Fri Dec 12 14:27:43 2008
@@ -1100,10 +1100,10 @@
 	if (x + mode->width > info->max_width
 	    || y + mode->height > info->max_height)
 	{
-	    /* Translators: the "position", "size", and "maximum" words here are
-	     * not keywords; please translate them as usual.
-	     */
 	    g_set_error (error, GNOME_RR_ERROR, GNOME_RR_ERROR_BOUNDS_ERROR,
+			 /* Translators: the "position", "size", and "maximum"
+			  * words here are not keywords; please translate them
+			  * as usual.  */
 			 _("requested position/size for CRTC %d is outside the allowed limit: "
 			   "position=(%d, %d), size=(%d, %d), maximum=(%d, %d)"),
 			 (int) crtc->id,



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