From: sunflowerskater Date: Sun, 11 Dec 2022 22:20:12 +0000 (-0300) Subject: appchooserbutton: Rename "application" to "app" X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~42^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e319b14dc2309ad4c0298f9337b81f6a975b6ba6;p=gtk4.git 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 --- 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); }