public static function add_note_to_frame_with_default_content(Oedipus_Frame $frame)
 {
     $note_text = Oedipus_LanguageHelper::get_default_note_text_for_frame();
     return self::add_note_to_frame($frame, $note_text);
 }