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>

svn path=/trunk/; revision=8874
This commit is contained in:
Federico Mena Quintero 2008-08-20 16:08:13 +00:00 committed by Federico Mena Quintero
parent a26c6238a0
commit 30bf9982ba
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
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
2008-08-13 Federico Mena Quintero <federico@novell.com> 2008-08-13 Federico Mena Quintero <federico@novell.com>
* xrandr-capplet.c (paint_output): Instead of using hard-coded * xrandr-capplet.c (paint_output): Instead of using hard-coded

View file

@ -1311,7 +1311,7 @@ get_display_name (App *app,
const char *text; const char *text;
if (app->current_configuration->clone) if (app->current_configuration->clone)
text = _("Cloned Output"); text = _("Mirror Screens");
else else
text = output->display_name; text = output->display_name;