Network: Remove ellipses from hotspot buttons

There's no dialogs anymore...
This commit is contained in:
Matthias Clasen 2011-05-26 11:59:16 -04:00
parent b3067539f6
commit 1b60a6fd6b

View file

@ -1145,7 +1145,7 @@
<property name="margin-top">12</property>
<child>
<object class="GtkButton" id="start_hotspot_button">
<property name="label" translatable="yes">_Use as Hotspot...</property>
<property name="label" translatable="yes">_Use as Hotspot</property>
<property name="halign">start</property>
<property name="valign">end</property>
<property name="hexpand">True</property>
@ -1165,7 +1165,7 @@
</child>
<child>
<object class="GtkButton" id="stop_hotspot_button">
<property name="label" translatable="yes">_Stop Hotspot...</property>
<property name="label" translatable="yes">_Stop Hotspot</property>
<property name="halign">start</property>
<property name="valign">end</property>
<property name="hexpand">True</property>