Change default labels on status bar

This commit is contained in:
Mathieu Comandon 2016-09-02 17:13:24 -07:00
parent b25e666399
commit b8ecb40cf1

View file

@ -729,7 +729,7 @@
<object class="GtkLabel" id="status_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Lutris</property>
<property name="label" translatable="yes">Status</property>
<property name="justify">center</property>
<property name="lines">1</property>
</object>
@ -743,7 +743,7 @@
<object class="GtkLabel" id="connection_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">label</property>
<property name="label" translatable="yes">Not connected</property>
<property name="ellipsize">start</property>
<property name="xalign">1</property>
</object>