Ignore:
Timestamp:
Feb 11, 2014, 6:08:41 PM (11 years ago)
Author:
iritscen
Message:

Just a few language corrections to some strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XmlTools2/trunk/utilxmltools.cpp

    r935 r955  
    4646    if(!QFile::exists(file+".bak")){
    4747        if(!Util::backupFile(file)){
    48             std::cerr << "Couldn't backup file '" << file.toUtf8().constData() << "'. Aborting." << std::endl;
     48            std::cerr << "Couldn't back up file '" << file.toUtf8().constData() << "'. Aborting." << std::endl;
    4949            exit(1);
    5050        }
Note: See TracChangeset for help on using the changeset viewer.