Skip to content

Commit

Permalink
Item12180: Brevity - Remove "You have" from unsaved changs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@15955 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TimotheLitt authored and TimotheLitt committed Nov 8, 2012
1 parent 80ceb06 commit 254046f
Showing 1 changed file with 3 additions and 3 deletions.
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>You have no unsaved changes</span></div>
<div class="configureOk"><span>No unsaved changes</span></div>
</#assign>

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

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

0 comments on commit 254046f

Please sign in to comment.