UITableView の右スワイプの「削除」の文字を変える

環境: Swift version 1.1 (swift-600.0.56.1)

    func tableView(tableView: UITableView, titleForDeleteConfirmationButtonForRowAtIndexPath indexPath: NSIndexPath) -> String! {
        return "クリア"
    }