@ -395,8 +395,8 @@ DIALOG_COPPER_ZONE_BASE::DIALOG_COPPER_ZONE_BASE( wxWindow* parent, wxWindowID i
wxBoxSizer*bSizerbottom;
bSizerbottom=newwxBoxSizer(wxHORIZONTAL);
m_ExportSetupButton=newwxButton(this,wxID_BUTTON_EXPORT,_("Export Settings to Other Zones"),wxDefaultPosition,wxDefaultSize,0);
m_ExportSetupButton->SetToolTip(_("Export this zone setup (excluding layer and net selection) to all other copper zones."));
m_ExportSetupButton=newwxButton(this,wxID_BUTTON_EXPORT,_("Export Settings to Other Similar Zones"),wxDefaultPosition,wxDefaultSize,0);
m_ExportSetupButton->SetToolTip(_("Export this zone setup (excluding layer and net selection) to other similar copper zones (teardrops or usual copper zones)."));
<property name="title">Copper Zone Properties</property>
<property name="tooltip"></property>
<property name="two_step_creation">0</property>
<property name="window_extra_style"></property>
<property name="window_name"></property>
<property name="window_style"></property>
@ -1450,7 +1453,7 @@
<property name="pin_button">1</property>
<property name="pos"></property>
<property name="resize">Resizable</property>
<property name="selection">0</property>
<property name="selection">1</property>
<property name="show">1</property>
<property name="size"></property>
<property name="style"></property>
@ -4101,6 +4104,7 @@
<property name="aui_name"></property>
<property name="aui_position"></property>
<property name="aui_row"></property>
<property name="auth_needed">0</property>
<property name="best_size"></property>
<property name="bg"></property>
<property name="bitmap"></property>
@ -4125,7 +4129,7 @@
<property name="gripper">0</property>
<property name="hidden">0</property>
<property name="id">wxID_BUTTON_EXPORT</property>
<property name="label">Export Settings to Other Zones</property>
<property name="label">Export Settings to Other Similar Zones</property>
<property name="margins"></property>
<property name="markup">0</property>
<property name="max_size"></property>
@ -4150,7 +4154,7 @@
<property name="style"></property>
<property name="subclass"></property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Export this zone setup (excluding layer and net selection) to all other copper zones.</property>
<property name="tooltip">Export this zone setup (excluding layer and net selection) to other similar copper zones (teardrops or usual copper zones).</property>
@ -140,6 +140,7 @@ class DIALOG_COPPER_ZONE_BASE : public DIALOG_SHIM
public:
DIALOG_COPPER_ZONE_BASE(wxWindow*parent,wxWindowIDid=ID_DIALOG_COPPER_ZONE_BASE,constwxString&title=_("Copper Zone Properties"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(-1,-1),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);