Installer language page changes

pull/207/head
parent 076eef9b13
commit da8e85a002

@ -987,7 +987,7 @@ msgstr "Группа"
#: source/ubl-strings.h:292 #: source/ubl-strings.h:292
msgid "Select your language:" msgid "Select your language:"
msgstr "Выберете язык:" msgstr "Выберите язык:"
#: source/ubl-strings.h:293 #: source/ubl-strings.h:293
msgid "Selecting additional system kernel components" msgid "Selecting additional system kernel components"

@ -153,10 +153,10 @@ void yon_configuration_hub_add(GtkFlowBox *target, char *name, char *icon, enum
gtk_container_add(GTK_CONTAINER(flow),cur_icon->MainBox); gtk_container_add(GTK_CONTAINER(flow),cur_icon->MainBox);
gtk_box_pack_start(GTK_BOX(cur_icon->MainBox),cur_icon->Image,0,0,0); gtk_box_pack_start(GTK_BOX(cur_icon->MainBox),cur_icon->Image,0,0,0);
gtk_box_pack_start(GTK_BOX(cur_icon->MainBox),cur_icon->Label,0,0,0); gtk_box_pack_start(GTK_BOX(cur_icon->MainBox),cur_icon->Label,0,0,0);
gtk_widget_set_margin_bottom(cur_icon->MainBox,10); // gtk_widget_set_margin_bottom(cur_icon->MainBox,5);
gtk_widget_set_margin_top(cur_icon->MainBox,10); // gtk_widget_set_margin_top(cur_icon->MainBox,5);
gtk_widget_set_margin_start(cur_icon->MainBox,10); // gtk_widget_set_margin_start(cur_icon->MainBox,5);
gtk_widget_set_margin_end(cur_icon->MainBox,10); // gtk_widget_set_margin_end(cur_icon->MainBox,5);
gtk_flow_box_insert(target,flow,-1); gtk_flow_box_insert(target,flow,-1);
gtk_widget_show_all(flow); gtk_widget_show_all(flow);
free(name_wrapped); free(name_wrapped);

@ -962,7 +962,7 @@ agreement</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">Select your language:</property> <property name="label" translatable="yes">Select your language:</property>
<attributes> <attributes>
<attribute name="size" value="13312"/> <attribute name="weight" value="bold"/>
</attributes> </attributes>
</object> </object>
<packing> <packing>

Loading…
Cancel
Save