diff --git a/Source/SortRdb/main.cpp b/Source/SortRdb/main.cpp index 2fe50297a..b6304d63d 100644 --- a/Source/SortRdb/main.cpp +++ b/Source/SortRdb/main.cpp @@ -326,7 +326,7 @@ int main (int argc, char *argv[]) if (PDNameSections.size() > 0) { fprintf(fp,"//================ PD ================\n"); - fprintf(fp,"//\n// ROMs below are PD/Intros/Emus and other Non Commercial\n\n"); + fprintf(fp,"//\n// ROMs below are public domain/homebrew and other non-commercial releases\n\n"); for (strmap::iterator itr = PDNameSections.begin(); itr != PDNameSections.end(); itr++) { std::string GoodName = itr->first;