def update_reddit_objects_message(self):
text = "Saved reddit objects are from a previous version of the program and are no\n" \
"longer compatible. These objects will now be updated to the latest version\n" \
"and the application will be saved. All of the objects settings and download list\n" \
"will be carried over to new objects.\n" \
"If you do not update these objects, the saved objects will not work correctly\n" \
"and will most likely cause the application to crash"
reply = message.information(self, "Update Reddit Objects", text, message.Ok, message.Cancel)
return reply == message.Ok
评论列表
文章目录