Skip to content

Commit

Permalink
Item12180: text changes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15862 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Nov 3, 2012
1 parent 58a7048 commit 18b3601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions core/lib/Foswiki/Configure/templates/authorize.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
<div class='foswikiFormStep'>
<h2>In order to proceed, Configure requires that you type your password.</h2>
<hr />
<p>Password: <input type="password" name='cfgAccess' size='30' maxlength='80' class='foswikiInputField foswikiFocus' />
&nbsp; <input type="submit" class='foswikiSubmit' value='Enter Configure' /></p>
<p><input type="password" name='cfgAccess' size='30' maxlength='80' class='foswikiInputField foswikiFocus' placeholder='Your password' /><input type="submit" class='foswikiSubmit' value='Enter Configure' /></p>
${localNotePasswordForgotten}
<hr />
<p><input type="submit" class='foswikiButton' name='changePassword' value='Change password...' /></p>
Expand Down
6 changes: 3 additions & 3 deletions core/lib/Foswiki/Configure/templates/feedbackunsaved.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</#assign>

<#assign noPending>
<div class="configureOk"><span>There are no unsaved changes</span></div>
<div class="configureOk"><span>You have no unsaved changes</span></div>
</#assign>

<#assign onePending>
<div class="FoswikiAlert configureWarn"><span>
There is one unsaved change
You have one unsaved change
<#if listPending gt 0 >
${pendingList}
</#if>
Expand All @@ -23,7 +23,7 @@

<#assign nPending>
<div class="FoswikiAlert configureWarn"><span>
There are ${pendingCount} unsaved changes
You have ${pendingCount} unsaved changes
<#if listPending gt 0>
${pendingList}
</#if>
Expand Down

0 comments on commit 18b3601

Please sign in to comment.