add hoverover test for edit button

pull/404/head
Matthew Hodgson 2015-11-19 17:43:47 +00:00
parent f7127ab701
commit 41eaf18470
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ module.exports = React.createClass({
}
editButton = (
<input style={{ left: left }}
type="image" src="img/edit.png" alt="Edit" width="14" height="14"
type="image" src="img/edit.png" alt="Options" title="Options" width="14" height="14"
className="mx_EventTile_editButton" onClick={this.onEditClicked} />
);
}