power: reference to "Brightness and Lock" panel, not "Screen"

The "Screen" panel has been renamed to "Brightness and Lock"

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=670567

Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
Javier Jardón 2012-03-01 14:34:10 +00:00 committed by Richard Hughes
parent cd9bae5967
commit 1091c88e8a

View file

@ -1071,11 +1071,11 @@ cc_power_panel_init (CcPowerPanel *self)
/* set screen link */
widget = GTK_WIDGET (gtk_builder_get_object (self->priv->builder,
"label_screen_settings"));
/* TRANSLATORS: this is a link to the Screen control center panel */
/* TRANSLATORS: this is a link to the "Brightness and Lock" control center panel */
tmp = g_strdup_printf ("<span size=\"small\">%s "
"<a href=\"screen\">%s</a> %s</span>",
_("Tip:"),
_("Screen Settings"),
_("Brightness Settings"),
_("affect how much power is used"));
gtk_label_set_markup (GTK_LABEL (widget), tmp);
g_free (tmp);