Repository: incubator-zeppelin Updated Branches: refs/heads/master 9e6ebd816 -> 3debddff5
Fix wording in run all paragraphs tooltip ### What is this PR for? Fix the wording in the run all paragraphs, instead of showing `run all the notes` it should be `run all paragraphs` ### What type of PR is it? * Improvement ### Todos * none ### Is there a relevant Jira issue? * no ### How should this be tested? Run zeppelin and check the tooltip ### Screenshots (if appropriate) #### before <img width="115" alt="screen shot 2015-12-17 at 3 56 14 pm" src="https://cloud.githubusercontent.com/assets/3139557/11863422/111296e2-a4d7-11e5-9c96-22b8bd86676e.png"> #### after  ### Questions: * Does the licenses files need update? NO!!!! * Is there breaking changes for older versions? NOOOOO! * Does this needs documentation? NOOOO! Author: Anthony Corbacho <[email protected]> Closes #547 from anthonycorbacho/fix/TooltipMessage and squashes the following commits: 0147875 [Anthony Corbacho] Change run all tooltip Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/3debddff Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/3debddff Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/3debddff Branch: refs/heads/master Commit: 3debddff5a9a5af10ccb13d2a6474b7a1e903b5e Parents: 9e6ebd8 Author: Anthony Corbacho <[email protected]> Authored: Thu Dec 17 15:55:55 2015 +0900 Committer: Anthony Corbacho <[email protected]> Committed: Thu Dec 17 17:14:43 2015 +0900 ---------------------------------------------------------------------- zeppelin-web/src/app/notebook/notebook-actionBar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/3debddff/zeppelin-web/src/app/notebook/notebook-actionBar.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/app/notebook/notebook-actionBar.html b/zeppelin-web/src/app/notebook/notebook-actionBar.html index f9239f1..3402735 100644 --- a/zeppelin-web/src/app/notebook/notebook-actionBar.html +++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html @@ -21,7 +21,7 @@ limitations under the License. class="btn btn-default btn-xs" ng-click="runNote()" ng-class="{'disabled':isNoteRunning()}" - tooltip-placement="bottom" tooltip="Run all the notes"> + tooltip-placement="bottom" tooltip="Run all paragraphs"> <i class="icon-control-play"></i> </button> <button type="button"
