mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
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:
parent
c96fefd7f5
commit
e319b14dc2
@ -320,7 +320,7 @@ gtk_app_chooser_button_ensure_dialog_item (GtkAppChooserButton *self,
|
|||||||
|
|
||||||
gtk_list_store_insert_after (self->store, &iter, &iter2);
|
gtk_list_store_insert_after (self->store, &iter, &iter2);
|
||||||
real_insert_custom_item (self, CUSTOM_ITEM_OTHER_APP,
|
real_insert_custom_item (self, CUSTOM_ITEM_OTHER_APP,
|
||||||
_("Other application…"), NULL,
|
_("Other app…"), NULL,
|
||||||
FALSE, &iter);
|
FALSE, &iter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user