diff options
author | sunflowerskater <sunflowerskater@tutanota.com> | 2022-12-15 22:28:07 -0300 |
---|---|---|
committer | António Fernandes <antoniof@gnome.org> | 2023-01-08 12:37:58 +0000 |
commit | dcdeaf67e6f102adaa1b40f6532e13042d390873 (patch) | |
tree | 426ea68ddf0908a58b6d930df40597cf67722e26 /src/nautilus-operations-ui-manager.c | |
parent | f5ad89e52c88fb085d1c035a9e381edc8c69e96f (diff) | |
download | nautilus-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.c | 2 |
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); |