Changeset 38383


Ignore:
Timestamp:
08/27/16 20:39:12 (7 years ago)
Author:
Stephan
Message:

nicer text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r38370 r38383  
    76477647                else if(flag == 6)
    76487648                {
    7649                         if(textbox(_("Message"), _("Found running record\nor record is starting in next time.\nReally System Update ?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1)
     7649                        if(textbox(_("Message"), _("Found running record\nor record is starting soon.\nProceed System Update?\nOK to proceed, Exit to cancel"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1)
    76507650                                return 1;
    76517651                }
     
    76647664                        if(flag == 6)
    76657665                        {
    7666                                 if(textbox(_("Message"), _("Found running record\nor record is starting in next time.\nReally System Update ?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1)
     7666                                if(textbox(_("Message"), _("Found running record\nor record is starting soon.\nProceed System Update?\nOK to proceed, Exit to cancel"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1)
    76677667                                        return 1;
    76687668                        }
Note: See TracChangeset for help on using the changeset viewer.