summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-01-19 00:13:46 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-01-19 00:13:46 +0100
commit59ccd63bbae642affeacf5fad56e5dd75fddf762 (patch)
treefd678b1902ac26b0d21224155328a611d84ad876 /data
parentbe21b8feaa212b441f456439ba8b2564b0985c04 (diff)
downloadgnome-contacts-59ccd63bbae642affeacf5fad56e5dd75fddf762.tar.gz
Window: left title: "All Contacts" -> "Contacts".
Since we're now making the distinction between favorites and "all contacts", make sure that the title isn't confusing.
Diffstat (limited to 'data')
-rw-r--r--data/ui/contacts-window.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/contacts-window.ui b/data/ui/contacts-window.ui
index 9dad2de..19fad4c 100644
--- a/data/ui/contacts-window.ui
+++ b/data/ui/contacts-window.ui
@@ -18,7 +18,7 @@
<object class="GtkHeaderBar" id="left_header">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="title" translatable="yes">All Contacts</property>
+ <property name="title" translatable="yes">Contacts</property>
<property name="show_close_button">True</property>
<style>
<class name="contacts-left-header-bar"/>