forked from AuroraMiddleware/gtk
appchooser: Rename "application" to "app"
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
This commit is contained in:
parent
a9c9678e1f
commit
b1a9afbdba
@ -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>
|
||||
@ -57,13 +57,13 @@
|
||||
</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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user