Sentence case action box message

Change-Id: I08b8af02d838c615f42974e9524978c785c9b381
This commit is contained in:
Kasper Nilsson
2017-12-01 13:28:42 -08:00
parent cfa0e4334e
commit 39f3155c17

View File

@@ -32,8 +32,9 @@ limitations under the License.
--tooltip-background-color: rgba(22, 22, 22, .9);
}
</style>
<gr-tooltip id="tooltip"
text="press c to comment"
<gr-tooltip
id="tooltip"
text="Press c to comment"
position-below="[[positionBelow]]"></gr-tooltip>
</template>
<script src="gr-selection-action-box.js"></script>