summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/ui/contacts-main-window.ui14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/ui/contacts-main-window.ui b/data/ui/contacts-main-window.ui
index 289c56c..48e557b 100644
--- a/data/ui/contacts-main-window.ui
+++ b/data/ui/contacts-main-window.ui
@@ -16,6 +16,12 @@
</section>
<section>
<item>
+ <attribute name="label" translatable="yes">Import…</attribute>
+ <attribute name="action">app.import</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">app.show-preferences</attribute>
</item>
@@ -152,9 +158,17 @@
<object class="GtkActionBar" id="actions_bar">
<property name="revealed">False</property>
<child>
+ <object class="GtkButton" id="export_button">
+ <property name="label" translatable="yes" comments="Export refers to the verb">Export</property>
+ <property name="tooltip-text" translatable="yes">Export Selected Contacts</property>
+ <property name="action-name">win.export-marked-contacts</property>
+ </object>
+ </child>
+ <child>
<object class="GtkButton" id="link_button">
<property name="focus_on_click">False</property>
<property name="label" translatable="yes" comments="Link refers to the verb, from linking contacts together">Link</property>
+ <property name="tooltip-text" translatable="yes">Link Selected Contacts Together</property>
<property name="action-name">win.link-marked-contacts</property>
</object>
</child>