ua-hearing-page: Add context to "Sound" string

Commit 90a131a2 (!2164) split off the translation of the sound panel
name "Sound". However, "Sound" might need a unique translation in
this case.

So, add a context string to allow for that.

Closes #2915
This commit is contained in:
Matthijs Velsink 2024-02-21 14:44:17 +01:00
parent a02b47dadf
commit 1206bb477f

View file

@ -153,7 +153,7 @@ cc_ua_hearing_page_init (CcUaHearingPage *self)
gtk_widget_init_template (GTK_WIDGET (self));
/* Translators: This will be presented as the text of a link to the Sound panel */
sound_panel_link = g_strdup_printf ("<a href='#'>%s</a>", _("Sound"));
sound_panel_link = g_strdup_printf ("<a href='#'>%s</a>", C_("Sound panel name", "Sound"));
/* Translators: %s is a link to the Sound panel with the label "Sound" */
label = g_strdup_printf (_("System volume can be adjusted in %s settings"), sound_panel_link);