pull/24/head
Igor Belitskiy 2 years ago
parent ddc77b45de
commit 2f79ff8093

@ -530,6 +530,9 @@ int check_save() {
int menu_id = 0;
if (strcmp(set_add_edit, "add")==0) {
menu_id = gtk_combo_box_get_active(GTK_COMBO_BOX(temp_widgets->UserDeviceCombo));
if (menu_id == -1) {
show_warning_no_fill(_("To save, you need to select a disk"));
}
}
if (!active1 && !active2 && !active3 && !active4) {
show_warning_no_fill(_("The volume and files fields must have at least one value"));

@ -440,4 +440,7 @@ msgid "The path does not match the specified disk"
msgstr "Путь не соответствует указанному диску"
msgid "Project name mandatory field"
msgstr "Имя проекта обязательное поле"
msgstr "Имя проекта обязательное поле"
msgid "To save, you need to select a disk"
msgstr "Для сохранения нужно выбрать диск"
Loading…
Cancel
Save