summaryrefslogtreecommitdiff
path: root/src/nautilus-operations-ui-manager.c
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 /src/nautilus-operations-ui-manager.c
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 'src/nautilus-operations-ui-manager.c')
-rw-r--r--src/nautilus-operations-ui-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-operations-ui-manager.c b/src/nautilus-operations-ui-manager.c
index 2209a2dbd..76e0f62f1 100644
--- a/src/nautilus-operations-ui-manager.c
+++ b/src/nautilus-operations-ui-manager.c
@@ -588,7 +588,7 @@ open_file_in_application (gpointer user_data)
GTK_DIALOG_USE_HEADER_BAR,
mime_type);
heading = _("Password-protected archives are not yet supported. "
- "This list contains applications that can open the archive.");
+ "This list contains apps that can open the archive.");
gtk_app_chooser_dialog_set_heading (GTK_APP_CHOOSER_DIALOG (dialog), heading);