network: Rename "Options..." to "Configure..."
As "Options..." isn't an action, and is thus not a good button label. https://bugzilla.gnome.org/show_bug.cgi?id=657002
This commit is contained in:
parent
456cd55839
commit
99de2e3548
1 changed files with 4 additions and 4 deletions
|
@ -662,7 +662,7 @@
|
|||
<property name="margin-top">12</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="button_wired_options">
|
||||
<property name="label" translatable="yes">_Options...</property>
|
||||
<property name="label" translatable="yes">_Configure...</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="valign">end</property>
|
||||
<property name="hexpand">True</property>
|
||||
|
@ -1184,7 +1184,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="button_wireless_options">
|
||||
<property name="label" translatable="yes">_Options...</property>
|
||||
<property name="label" translatable="yes">_Configure...</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="valign">end</property>
|
||||
<property name="hexpand">True</property>
|
||||
|
@ -1568,7 +1568,7 @@
|
|||
<property name="top_padding">12</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="button_mobilebb_options">
|
||||
<property name="label" translatable="yes">_Options...</property>
|
||||
<property name="label" translatable="yes">_Configure...</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
@ -1879,7 +1879,7 @@
|
|||
<property name="top_padding">12</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="button_vpn_options">
|
||||
<property name="label" translatable="yes">_Options...</property>
|
||||
<property name="label" translatable="yes">_Configure...</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue