displays: bgo#592412 - Make 'Mirrored Displays' string consistent with GnomeRRLabeler

We had 'Mirror displays' as a command in the control center, but 'Mirror screens' as a description in
GnomeRRLabeler.  Now we have 'Mirrored Displays' as a description of the current state.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
This commit is contained in:
Federico Mena Quintero 2012-09-03 14:07:29 -05:00
parent 7171520e72
commit f0be9146d4

View file

@ -613,12 +613,14 @@ rebuild_mirror_screens (CcDisplayPanel *self)
static char *
mirror_monitor_name (void)
{
/* Keep this string in sync with gnome-desktop/libgnome-desktop/gnome-rr-labeler.c */
/* Translators: this is the feature where what you see on your laptop's
* screen is the same as your external monitor. Here, "Mirror" is being
* used as an adjective, not as a verb. For example, the Spanish
* translation could be "Pantallas en Espejo", *not* "Espejar Pantallas".
* screen is the same as your external projector. Here, "Mirrored" is being
* used as an adjective. For example, the Spanish translation could be
* "Pantallas en Espejo".
*/
return g_strdup (_("Mirror Displays"));
return g_strdup (_("Mirrored Displays"));
}
static void