Changeset 38879 for titan


Ignore:
Timestamp:
09/18/16 14:02:02 (8 years ago)
Author:
Stephan
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/multiimage/MultiImage.c

    r38874 r38879  
    272272                if(ret != 0)
    273273                {
    274                         textbox(_("Message"), _("ERROR\nPartition could not be created"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
     274                        textbox(_("ERROR"), _("Partition could not be created"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 500, 200, 0, 0);
    275275                        return 1;
    276276                }
     
    352352                        {
    353353                                free(path3); path3=NULL;
    354                                 textbox(_("Message"), _("ERROR\nImage already present!"), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 500, 200, 0, 0);
     354                                textbox(_("ERROR"), _("Image already present!"), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 500, 200, 0, 0);
    355355                                continue;
    356356                        }
Note: See TracChangeset for help on using the changeset viewer.