<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Conditional formatting: "Cell value is" condition name should be "Cell value""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131045">bug 131045</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>skillDesign, topicDesign
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>sophi@libreoffice.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Conditional formatting: "Cell value is" condition name should be "Cell value""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131045#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Conditional formatting: "Cell value is" condition name should be "Cell value""
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131045">bug 131045</a>
              from <span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>(In reply to Mike Kaganski from <a href="show_bug.cgi?id=131045#c0">comment #0</a>)
<span class="quote">> To make the language correct, the proposal is to change "Cell value is" to
> simple "Cell value", and entries like "equal to" to "is equal to"; entries
> like "Begins with" (starting with uppercase) should be lowercased.</span >

+1

Code pointer: sc/uiconfig/scalc/ui/conditionalentry.ui and sc/inc/globstr.hrc

NC_("STR_COND_CONDITION", "Cell value is")
NC_("STR_COND_COLORSCALE", "ColorScale")
NC_("STR_COND_DATABAR", "DataBar")
NC_("STR_COND_ICONSET", "IconSet")
NC_("STR_COND_BETWEEN", "between")
NC_("STR_COND_NOTBETWEEN", "not between")
NC_("STR_COND_UNIQUE", "unique")
NC_("STR_COND_DUPLICATE", "duplicate")
NC_("STR_COND_FORMULA", "Formula is")
NC_("STR_COND_TOP10", "Top Elements")
NC_("STR_COND_BOTTOM10", "Bottom Elements")
NC_("STR_COND_TOP_PERCENT", "Top Percent")
NC_("STR_COND_DATE", "Date is")
NC_("STR_COND_BOTTOM_PERCENT", "Bottom Percent")
NC_("STR_COND_ABOVE_AVERAGE", "Above Average")
NC_("STR_COND_BELOW_AVERAGE", "Below Average")
NC_("STR_COND_ABOVE_EQUAL_AVERAGE", "Above or equal Average")
NC_("STR_COND_BELOW_EQUAL_AVERAGE", "Below or equal Average")
NC_("STR_COND_ERROR", "an Error code")
NC_("STR_COND_NOERROR", "not an Error code")
NC_("STR_COND_BEGINS_WITH", "Begins with")
NC_("STR_COND_ENDS_WITH", "Ends with")
NC_("STR_COND_CONTAINS", "Contains")
NC_("STR_COND_NOT_CONTAINS", "Not Contains")
NC_("STR_COND_TODAY", "today")
NC_("STR_COND_YESTERDAY", "yesterday")
NC_("STR_COND_TOMORROW", "tomorrow")
NC_("STR_COND_LAST7DAYS", "in the last 7 days")
NC_("STR_COND_THISWEEK", "this week")
NC_("STR_COND_LASTWEEK", "last week")
NC_("STR_COND_NEXTWEEK", "next week")
NC_("STR_COND_THISMONTH", "this month")
NC_("STR_COND_LASTMONTH", "last month")
NC_("STR_COND_NEXTMONTH", "next month")
NC_("STR_COND_THISYEAR", "this year")
NC_("STR_COND_LASTYEAR", "last year")
NC_("STR_COND_NEXTYEAR", "next year")

Could also live without any verb, like "Cell value" "equal" "[1]". 

(In reply to Thomas Lendo from <a href="show_bug.cgi?id=131045#c1">comment #1</a>)
<span class="quote">> @Heiko: Who is responsible for localization questions that can answer if
> such change is possible for the languages that LibO offers?</span >

Adding Sophie for the l10n team.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>