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:
parent
a26c6238a0
commit
30bf9982ba
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* xrandr-capplet.c (paint_output): Instead of using hard-coded
|
||||
|
|
|
@ -1311,7 +1311,7 @@ get_display_name (App *app,
|
|||
const char *text;
|
||||
|
||||
if (app->current_configuration->clone)
|
||||
text = _("Cloned Output");
|
||||
text = _("Mirror Screens");
|
||||
else
|
||||
text = output->display_name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue