From e319b14dc2309ad4c0298f9337b81f6a975b6ba6 Mon Sep 17 00:00:00 2001 From: sunflowerskater Date: Sun, 11 Dec 2022 19:20:12 -0300 Subject: [PATCH] appchooserbutton: Rename "application" to "app" This change is a part of an initiative to use the word "app" instead of "application" in the UI: Teams/Design/initiatives#123 --- gtk/deprecated/gtkappchooserbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/deprecated/gtkappchooserbutton.c b/gtk/deprecated/gtkappchooserbutton.c index 3f83f2fde7..7d7a5df577 100644 --- a/gtk/deprecated/gtkappchooserbutton.c +++ b/gtk/deprecated/gtkappchooserbutton.c @@ -320,7 +320,7 @@ gtk_app_chooser_button_ensure_dialog_item (GtkAppChooserButton *self, gtk_list_store_insert_after (self->store, &iter, &iter2); real_insert_custom_item (self, CUSTOM_ITEM_OTHER_APP, - _("Other application…"), NULL, + _("Other app…"), NULL, FALSE, &iter); } -- 2.30.2