gnome-control-center r8874 - trunk/capplets/display



Author: federico
Date: Wed Aug 20 16:08:13 2008
New Revision: 8874
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8874&view=rev

Log:
bnc381027 - Use 'Mirror Screens' for consistency with the checkbox
2008-08-20  Federico Mena Quintero  <federico novell com>

	* xrandr-capplet.c (get_display_name): Use "Mirror Screens"
	instead of "Cloned Output" in the display of monitors, to be
	consistent with the corresponding checkbox from the Glade file.
	Fixes https://bugzilla.novell.com/show_bug.cgi?id=381027

Signed-off-by: Federico Mena Quintero <federico novell com>

Modified:
   trunk/capplets/display/ChangeLog
   trunk/capplets/display/xrandr-capplet.c

Modified: trunk/capplets/display/xrandr-capplet.c
==============================================================================
--- trunk/capplets/display/xrandr-capplet.c	(original)
+++ trunk/capplets/display/xrandr-capplet.c	Wed Aug 20 16:08:13 2008
@@ -1311,7 +1311,7 @@
     const char *text;
 
     if (app->current_configuration->clone)
-	text = _("Cloned Output");
+	text = _("Mirror Screens");
     else
 	text = output->display_name;
 



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