sharing: Drop the "Personal" from "Personal File Sharing"
According to the new designs at https://wiki.gnome.org/Design/SystemSettings/Sharing https://bugzilla.gnome.org/show_bug.cgi?id=767646
This commit is contained in:
parent
908f4832a4
commit
f3b7c16132
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@
|
|||
<property name="can_focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property translatable="yes" name="label">_Personal File Sharing</property>
|
||||
<property translatable="yes" name="label">_File Sharing</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">personal-file-sharing-button</property>
|
||||
</object>
|
||||
|
@ -242,7 +242,7 @@
|
|||
<object class="GtkDialog" id="personal-file-sharing-dialog">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="border_width">5</property>
|
||||
<property name="title" translatable="yes">Personal File Sharing</property>
|
||||
<property name="title" translatable="yes">File Sharing</property>
|
||||
<property name="resizable">False</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<property name="use_header_bar">1</property>
|
||||
|
@ -369,7 +369,7 @@
|
|||
<object class="GtkHeaderBar" id="personal-file-sharing-headerbar">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title" translatable="yes">Personal File Sharing</property>
|
||||
<property name="title" translatable="yes">File Sharing</property>
|
||||
<property name="show_close_button">True</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
|
|
Loading…
Add table
Reference in a new issue