Changeset 10051


Ignore:
Timestamp:
2005-06-13T13:09:33+12:00 (19 years ago)
Author:
mdewsnip
Message:

The "submit-translation" command has been changed to the more accurate "submit-translations".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/gtiaction.cpp

    r10039 r10051  
    437437
    438438  // Send the submission to gti.pl
    439   text_t gti_arguments = "submit-translation " + target_language_code + " " + translation_file_key;
     439  text_t gti_arguments = "submit-translations " + target_language_code + " " + translation_file_key;
    440440  if (force_submission) {
    441441    gti_arguments += " -force_submission";
Note: See TracChangeset for help on using the changeset viewer.