appchooser: Rename "application" to "app"
authorsunflowerskater <81470-sunflowerskater@users.noreply.gitlab.gnome.org>
Sun, 11 Dec 2022 20:05:54 +0000 (20:05 +0000)
committersunflowerskater <81470-sunflowerskater@users.noreply.gitlab.gnome.org>
Sun, 11 Dec 2022 20:05:54 +0000 (20:05 +0000)
This change is a part of an initiative to use the word "app" instead of "application" in the UI: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123

gtk/ui/gtkappchooserdialog.ui

index 212bd0c18edb43fddabb988aff4e9a4a5186234d..1e8faf5cead530123d774c00eda8369d6cc3b254 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface domain="gtk40">
   <template class="GtkAppChooserDialog" parent="GtkDialog">
-    <property name="title" translatable="yes">Select Application</property>
+    <property name="title" translatable="yes">Select App</property>
     <child internal-child="content_area">
       <object class="GtkBox" id="dialog-vbox1">
         <property name="orientation">1</property>
     </action-widgets>
   </template>
   <object class="GtkButton" id="show_more_button">
-    <property name="label" translatable="yes">_View All Applications</property>
+    <property name="label" translatable="yes">_View All Apps</property>
     <property name="use-underline">1</property>
     <property name="receives-default">1</property>
     <signal name="clicked" handler="show_more_button_clicked_cb" swapped="no"/>
   </object>
   <object class="GtkButton" id="software_button">
-    <property name="label" translatable="yes">_Find New Applications</property>
+    <property name="label" translatable="yes">_Find New Apps</property>
     <property name="use-underline">1</property>
     <property name="receives-default">1</property>
     <signal name="clicked" handler="software_button_clicked_cb" swapped="no"/>