Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r83caf575cae31050f77bd25d2bb86f380c2338c8 -r9498ba0c5cd12801de49e3eda26d9b3a8dfc4e55 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 83caf575cae31050f77bd25d2bb86f380c2338c8) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 9498ba0c5cd12801de49e3eda26d9b3a8dfc4e55) @@ -201,8 +201,8 @@ test.compare(current_progress, expected_progress, "{} should be the current progress".format(expected_progress)) test.endSection() -def rejection_msg(text): - names.o_rejection_msg["text"] = text - return names.o_rejection_msg +def rinseback_rejection_msg(text): + names.o_rinseback_rejection_msg["text"] = text + return names.o_rinseback_rejection_msg \ No newline at end of file