CRM-14696 - Fix translate string
authorJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 23 May 2014 08:27:59 +0000 (09:27 +0100)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 23 May 2014 08:27:59 +0000 (09:27 +0100)
CRM/Price/BAO/PriceField.php

index 0c6a037f57bb282a7ade83d0f4aebd70333e610f..324692c4e121b264e6bd43b16c5f54951caefe01 100644 (file)
@@ -441,7 +441,7 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
           }
           // CRM-14696 - Improve display for sold out price set options
           else {
-            $opt['label'] = 'Sold out&nbsp;-&nbsp;' . $opt['label'];
+            $opt['label'] = ts('Sold out') . '&nbsp;-&nbsp;' . $opt['label'];
           }
                                        
           $selectOption[$opt['id']] = $opt['label'];