power: Unbold the link to 'Screen Settings'

This commit is contained in:
Richard Hughes 2012-02-15 16:56:00 +00:00
parent 4a3e827d56
commit 9ee9ad0b31

View file

@ -1077,7 +1077,7 @@ cc_power_panel_init (CcPowerPanel *self)
"label_screen_settings")); "label_screen_settings"));
/* TRANSLATORS: this is a link to the Screen control center panel */ /* TRANSLATORS: this is a link to the Screen control center panel */
tmp = g_strdup_printf ("<span color=\"darkgray\" size=\"small\">%s " tmp = g_strdup_printf ("<span color=\"darkgray\" size=\"small\">%s "
"<a href=\"screen\"><b>%s</b></a> %s</span>", "<a href=\"screen\">%s</a> %s</span>",
_("Tip:"), _("Tip:"),
_("Screen Settings"), _("Screen Settings"),
_("affect how much power is used")); _("affect how much power is used"));