Changeset 38383
- Timestamp:
- 08/27/16 20:39:12 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r38370 r38383 7647 7647 else if(flag == 6) 7648 7648 { 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) 7650 7650 return 1; 7651 7651 } … … 7664 7664 if(flag == 6) 7665 7665 { 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) 7667 7667 return 1; 7668 7668 }
Note: See TracChangeset
for help on using the changeset viewer.