summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJake Dane <3689-jakedane@users.noreply.gitlab.gnome.org>2023-01-23 06:24:23 +0000
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2023-01-23 11:10:28 +0000
commit37a579b6b0379dfa11a79b7e0fa32e9845d52205 (patch)
treece49cc35c1750140b00d50199fe23f7d9de5c1d4 /shell
parent727a88a3bd1682869734f2e15b24c882e3ffd648 (diff)
downloadgnome-control-center-37a579b6b0379dfa11a79b7e0fa32e9845d52205.tar.gz
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.
Diffstat (limited to 'shell')
-rw-r--r--shell/org.gnome.Settings.desktop.in2
-rw-r--r--shell/org.gnome.Settings.gschema.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/org.gnome.Settings.desktop.in b/shell/org.gnome.Settings.desktop.in
index f323d6f7c..5eb6055a8 100644
--- a/shell/org.gnome.Settings.desktop.in
+++ b/shell/org.gnome.Settings.desktop.in
@@ -8,7 +8,7 @@ Type=Application
StartupNotify=true
Categories=GNOME;GTK;Settings;
OnlyShowIn=GNOME;Unity;
-# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
+# Translators: Search terms to find this app. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=Preferences;Settings;
# Translators: Do NOT translate or transliterate this text (these are enum types)!
X-Purism-FormFactor=Workstation;Mobile;
diff --git a/shell/org.gnome.Settings.gschema.xml b/shell/org.gnome.Settings.gschema.xml
index bf4d78df4..87d78ba73 100644
--- a/shell/org.gnome.Settings.gschema.xml
+++ b/shell/org.gnome.Settings.gschema.xml
@@ -18,7 +18,7 @@
<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 application window.</description>
+ <description>A tuple containing the initial width, height and maximized state of the app window.</description>
</key>
</schema>
</schemalist>