Change screen reader preferences to Cthulhu preferences.
This commit is contained in:
parent
ddd36483a7
commit
3278dd8a6c
@ -124,7 +124,7 @@
|
|||||||
</object>
|
</object>
|
||||||
<object class="GtkDialog" id="cthulhuSetupWindow">
|
<object class="GtkDialog" id="cthulhuSetupWindow">
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="title" translatable="yes">Screen Reader Preferences</property>
|
<property name="title" translatable="yes">Cthulhu Preferences</property>
|
||||||
<property name="type_hint">normal</property>
|
<property name="type_hint">normal</property>
|
||||||
<signal name="destroy" handler="windowDestroyed" swapped="no"/>
|
<signal name="destroy" handler="windowDestroyed" swapped="no"/>
|
||||||
<signal name="close" handler="windowClosed" swapped="no"/>
|
<signal name="close" handler="windowClosed" swapped="no"/>
|
||||||
|
@ -381,7 +381,7 @@ KB_GROUP_NOTIFICATIONS = _("Notification presenter")
|
|||||||
# title of Cthulhu's application-specific preferences dialog for an application.
|
# title of Cthulhu's application-specific preferences dialog for an application.
|
||||||
# The string substituted in is the accessible name of the application (e.g.
|
# The string substituted in is the accessible name of the application (e.g.
|
||||||
# "Gedit", "Firefox", etc.
|
# "Gedit", "Firefox", etc.
|
||||||
PREFERENCES_APPLICATION_TITLE = _("Screen Reader Preferences for %s")
|
PREFERENCES_APPLICATION_TITLE = _("Cthulhu Preferences for %s")
|
||||||
|
|
||||||
# Translators: This is a table column header. This column consists of a single
|
# Translators: This is a table column header. This column consists of a single
|
||||||
# checkbox. If the checkbox is checked, Cthulhu will indicate the associated item
|
# checkbox. If the checkbox is checked, Cthulhu will indicate the associated item
|
||||||
|
Loading…
Reference in New Issue
Block a user