[ubuntu-x] [PATCH 14/15] gnome-control-center: Fix clone checkbox

Bryce Harrington bryce at canonical.com
Thu Apr 10 21:04:33 BST 2008


gnome-control-center:  113_cc-randr12-fix-clone-checkbox.patch

We felt the term "Clone" to be preferrable over "Mirror" which sounded
more like it would be a "mirror image" ("Copy of" also got one vote).
YMMV

diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.22.1/capplets/display/display-capplet.glade gnome-control-center-2.22.1.new/capplets/display/display-capplet.glade
--- gnome-control-center-2.22.1/capplets/display/display-capplet.glade	2008-04-09 13:22:08.000000000 +0100
+++ gnome-control-center-2.22.1.new/capplets/display/display-capplet.glade	2008-04-09 13:26:46.000000000 +0100
@@ -100,7 +100,7 @@
 		<widget class="GtkCheckButton" id="clone_checkbox">
 		  <property name="visible">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="label" translatable="yes">Mirror Screens</property>
+		  <property name="label" translatable="yes">Clone Screens</property>
 		  <property name="use_underline">True</property>
 		  <property name="relief">GTK_RELIEF_NORMAL</property>
 		  <property name="focus_on_click">True</property>



More information about the Ubuntu-x mailing list