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
This commit is contained in:
sunflowerskater 2022-12-11 19:20:12 -03:00
parent c96fefd7f5
commit e319b14dc2

View File

@ -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);
}