gnome-control-center/shell/org.gnome.Settings.gschema.xml
Jake Dane 37a579b6b0 Replace "application" with "app"
This is part of an initiative to use "app" instead of "applications",
see: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123

Redo of !1539 that was closed by a ghosting user.

Replaces "application" with "app" in user facing strings in these
panels:

- applications
- camera, location, microphone
- default-apps
- multitasking
- notifications
- removable-media
- search
- usage
- user-accounts

Fixes: #2208.
2023-01-23 11:10:28 +00:00

24 lines
1 KiB
XML

<schemalist>
<schema gettext-domain="gnome-control-center-2.0" id="org.gnome.Settings" path="/org/gnome/control-center/">
<key name="last-panel" type="s">
<default>''</default>
<summary>The identifier for the last Settings panel to be opened</summary>
<description>
The identifier for the last Settings panel to be opened. Unrecognised values
will be ignored and the first panel in the list selected.
</description>
</key>
<key name="show-development-warning" type="b">
<default>true</default>
<summary>Show warning when running a development build of Settings</summary>
<description>
Whether Settings should show a warning when running a development build.
</description>
</key>
<key type="(iib)" name="window-state">
<default>(-1, -1, false)</default>
<summary>Initial state of the window</summary>
<description>A tuple containing the initial width, height and maximized state of the app window.</description>
</key>
</schema>
</schemalist>