~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/ivle-headings.html

  • Committer: Matt Giuca
  • Date: 2009-02-25 03:02:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225030254-5gmlegzwscbecvg8
ivle-headings: Changed "sign out" to "log out" (consistency).

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
              <a py:when="defined('help_path')" href="/+help/${help_path}">Help</a>
52
52
              <a py:otherwise="" href="/+help/">Help</a>
53
53
            |</py:choose>
54
 
            <a href="/+logout">Sign out</a>
 
54
            <a href="/+logout">Log out</a>
55
55
          </p>
56
56
          <p py:otherwise="" class="userhello">Not logged in.</p>
57
57
        </py:choose>