Ignore:
Timestamp:
Apr 30, 2006, 12:37:43 AM (18 years ago)
Author:
bcornec
Message:

Internationalization: gettextize is an unfriendly tool that you can't invoke non-interactively.
So we now copy it, hack it to make it non-interactive, and run it, then delete it.
Everything in bootstrap.
Should end the Internationalization patch integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/newt-specific.c

    r501 r502  
    12531253                    _(" done; %2ld:%02ld to go"),
    12541254                    time_remaining / 60, time_remaining % 60);
    1255             printf(_("---progress-form---4--- %s"), taskprogress, "\r\n");
     1255            printf(_("---progress-form---4--- %s\r\n"), taskprogress);
    12561256        } else {
    12571257            center_string(blurb1, 54);
Note: See TracChangeset for help on using the changeset viewer.