Changeset 38251 for titan


Ignore:
Timestamp:
08/21/16 18:06:23 (8 years ago)
Author:
Stephan
Message:

fix

File:
1 edited

Legend:

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

    r38250 r38251  
    605605                if(ret == 2)
    606606                {
    607                         textbox("Message", _("The install process will look in /tmp for an image zip file.\nPlease copy the image to /tmp. The filename must not contain blanks."), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 0, 0);                                 
     607                        textbox("Message", _("The install process will look in /tmp for an image zip file.\nPlease copy the image to /tmp.\nThe filename must not contain blanks."), _("OK"), getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, NULL, 0, 800, 200, 0, 0);                                 
    608608                        imagefile = screendir("/tmp", "*.zip", NULL, NULL, NULL, NULL, 0, "SELECT", 0, NULL, 0, NULL, 0, 1200, 0, 600, 0, 0);
    609609                        if(imagefile != NULL)
Note: See TracChangeset for help on using the changeset viewer.