summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorsunflowerskater <sunflowerskater@tutanota.com>2022-12-15 22:28:07 -0300
committerAntónio Fernandes <antoniof@gnome.org>2023-01-08 12:37:58 +0000
commitdcdeaf67e6f102adaa1b40f6532e13042d390873 (patch)
tree426ea68ddf0908a58b6d930df40597cf67722e26 /data
parentf5ad89e52c88fb085d1c035a9e381edc8c69e96f (diff)
downloadnautilus-dcdeaf67e6f102adaa1b40f6532e13042d390873.tar.gz
general: Rename "application" to "app"
This is part of an initiative to use the "app" term instead: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
-rw-r--r--data/org.gnome.nautilus.gschema.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 7ed4c165c..93867c30a 100644
--- a/data/org.gnome.Nautilus.appdata.xml.in.in
+++ b/data/org.gnome.Nautilus.appdata.xml.in.in
@@ -12,7 +12,7 @@
<p>
Nautilus supports all the basic functions of a file manager and more.
It can search and manage your files and folders, both locally and on a network,
- read and write data to and from removable media, run scripts, and launch applications.
+ read and write data to and from removable media, run scripts, and launch apps.
It has three views: Icon Grid, Icon List, and Tree List.
Its functions can be extended with plugins and scripts.
</p>
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 02ca50262..253bc67a1 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -111,7 +111,7 @@
<key type="b" name="install-mime-activation">
<default>true</default>
<summary>Show the package installer for unknown MIME types</summary>
- <description>Whether to show the user a package installer dialog in case an unknown MIME type is opened, in order to search for an application to handle it.</description>
+ <description>Whether to show the user a package installer dialog in case an unknown MIME type is opened, in order to search for an app to handle it.</description>
</key>
<key type="b" name="mouse-use-extra-buttons">
<default>true</default>
@@ -243,7 +243,7 @@
<key type="(ii)" name="initial-size">
<default>(890, 550)</default>
<summary>Initial size of the window</summary>
- <description>A tuple containing the initial width and height of the application window.</description>
+ <description>A tuple containing the initial width and height of the app window.</description>
</key>
<key type="b" name="maximized">
<default>false</default>