Make msg about found dependency more accurate.

In https://codereview.chromium.org/1149653002/ we had decided to mark closed CLs are dependencies as well, but I forgot to update the printed out message.

BUG=502255

Review URL: https://codereview.chromium.org/1204963005

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295831 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/git_cl.py b/git_cl.py
index 288e281..f99f5e9 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -2202,7 +2202,7 @@
                  branch_cl_issue, branch_cl_patchset)])
         print
         print ('The current branch (%s) is tracking a local branch (%s) with '
-               'an open CL.') % (cl.GetBranch(), local_branch)
+               'an associated CL.') % (cl.GetBranch(), local_branch)
         print 'Adding %s/#ps%s as a dependency patchset.' % (
             branch_cl_issue_url, branch_cl_patchset)
         print