feat(modulo): improve Wizard wording
This commit is contained in:
		
							parent
							
								
									51e0589bf9
								
							
						
					
					
						commit
						27f665d0d4
					
				| 
						 | 
				
			
			@ -1268,7 +1268,7 @@
 | 
			
		|||
                                    </object>
 | 
			
		||||
                                    <object class="sizeritem" expanded="1">
 | 
			
		||||
                                        <property name="border">10</property>
 | 
			
		||||
                                        <property name="flag">wxLEFT|wxRIGHT|wxTOP</property>
 | 
			
		||||
                                        <property name="flag">wxEXPAND|wxLEFT|wxRIGHT|wxTOP</property>
 | 
			
		||||
                                        <property name="proportion">0</property>
 | 
			
		||||
                                        <object class="wxStaticText" expanded="1">
 | 
			
		||||
                                            <property name="BottomDockable">1</property>
 | 
			
		||||
| 
						 | 
				
			
			@ -1298,7 +1298,7 @@
 | 
			
		|||
                                            <property name="gripper">0</property>
 | 
			
		||||
                                            <property name="hidden">0</property>
 | 
			
		||||
                                            <property name="id">wxID_ANY</property>
 | 
			
		||||
                                            <property name="label">This version of espanso was compiled to support X11-based systems, but it seems you are on a Wayland-based desktop environment.

Unfortunately, the two versions are incompatible. To use espanso, please download the Wayland version from the website.

For more information:</property>
 | 
			
		||||
                                            <property name="label">This version of espanso was compiled to support X11-based systems, but it seems you are on a Wayland-based desktop environment.

Unfortunately, the two versions are incompatible. To use espanso, either switch to an X11-based environment or download the Wayland version from the website.

For more information:</property>
 | 
			
		||||
                                            <property name="markup">0</property>
 | 
			
		||||
                                            <property name="max_size"></property>
 | 
			
		||||
                                            <property name="maximize_button">0</property>
 | 
			
		||||
| 
						 | 
				
			
			@ -1329,7 +1329,7 @@
 | 
			
		|||
                                    </object>
 | 
			
		||||
                                    <object class="sizeritem" expanded="1">
 | 
			
		||||
                                        <property name="border">10</property>
 | 
			
		||||
                                        <property name="flag">wxLEFT|wxRIGHT|wxTOP</property>
 | 
			
		||||
                                        <property name="flag">wxEXPAND|wxLEFT|wxTOP</property>
 | 
			
		||||
                                        <property name="proportion">0</property>
 | 
			
		||||
                                        <object class="wxStaticText" expanded="1">
 | 
			
		||||
                                            <property name="BottomDockable">1</property>
 | 
			
		||||
| 
						 | 
				
			
			@ -1359,7 +1359,7 @@
 | 
			
		|||
                                            <property name="gripper">0</property>
 | 
			
		||||
                                            <property name="hidden">0</property>
 | 
			
		||||
                                            <property name="id">wxID_ANY</property>
 | 
			
		||||
                                            <property name="label">This version of espanso was compiled to support Wayland-based systems, but it seems you are on a X11-based desktop environment.

Unfortunately, the two versions are incompatible. To use espanso, please download the X11 version from the website.

For more information:</property>
 | 
			
		||||
                                            <property name="label">This version of espanso was compiled to support Wayland-based systems, but it seems you are on a X11-based desktop environment.

Unfortunately, the two versions are incompatible. To use espanso, either switch to a Wayland-based environment or download the X11 version from the website.

For more information:</property>
 | 
			
		||||
                                            <property name="markup">0</property>
 | 
			
		||||
                                            <property name="max_size"></property>
 | 
			
		||||
                                            <property name="maximize_button">0</property>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -148,13 +148,13 @@ WizardFrame::WizardFrame( wxWindow* parent, wxWindowID id, const wxString& title
 | 
			
		|||
 | 
			
		||||
	bSizer213->Add( 0, 20, 0, 0, 5 );
 | 
			
		||||
 | 
			
		||||
	wrong_edition_description_x11 = new wxStaticText( wrong_edition_panel, wxID_ANY, wxT("This version of espanso was compiled to support X11-based systems, but it seems you are on a Wayland-based desktop environment.\n\nUnfortunately, the two versions are incompatible. To use espanso, please download the Wayland version from the website.\n\nFor more information:"), wxDefaultPosition, wxDefaultSize, 0 );
 | 
			
		||||
	wrong_edition_description_x11 = new wxStaticText( wrong_edition_panel, wxID_ANY, wxT("This version of espanso was compiled to support X11-based systems, but it seems you are on a Wayland-based desktop environment.\n\nUnfortunately, the two versions are incompatible. To use espanso, either switch to an X11-based environment or download the Wayland version from the website.\n\nFor more information:"), wxDefaultPosition, wxDefaultSize, 0 );
 | 
			
		||||
	wrong_edition_description_x11->Wrap( 500 );
 | 
			
		||||
	bSizer213->Add( wrong_edition_description_x11, 0, wxLEFT|wxRIGHT|wxTOP, 10 );
 | 
			
		||||
	bSizer213->Add( wrong_edition_description_x11, 0, wxEXPAND|wxLEFT|wxRIGHT|wxTOP, 10 );
 | 
			
		||||
 | 
			
		||||
	wrong_edition_description_wayland = new wxStaticText( wrong_edition_panel, wxID_ANY, wxT("This version of espanso was compiled to support Wayland-based systems, but it seems you are on a X11-based desktop environment.\n\nUnfortunately, the two versions are incompatible. To use espanso, please download the X11 version from the website.\n\nFor more information:"), wxDefaultPosition, wxDefaultSize, 0 );
 | 
			
		||||
	wrong_edition_description_wayland = new wxStaticText( wrong_edition_panel, wxID_ANY, wxT("This version of espanso was compiled to support Wayland-based systems, but it seems you are on a X11-based desktop environment.\n\nUnfortunately, the two versions are incompatible. To use espanso, either switch to a Wayland-based environment or download the X11 version from the website.\n\nFor more information:"), wxDefaultPosition, wxDefaultSize, 0 );
 | 
			
		||||
	wrong_edition_description_wayland->Wrap( 500 );
 | 
			
		||||
	bSizer213->Add( wrong_edition_description_wayland, 0, wxLEFT|wxRIGHT|wxTOP, 10 );
 | 
			
		||||
	bSizer213->Add( wrong_edition_description_wayland, 0, wxEXPAND|wxLEFT|wxTOP, 10 );
 | 
			
		||||
 | 
			
		||||
	wrong_edition_link = new wxHyperlinkCtrl( wrong_edition_panel, wxID_ANY, wxT("https://espanso.org/install"), wxT("https://espanso.org/install"), wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE );
 | 
			
		||||
	bSizer213->Add( wrong_edition_link, 0, wxLEFT|wxRIGHT, 10 );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user