Skip to content

Commit

Permalink
fix locale of state selector
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Jan 18, 2016
1 parent edab40f commit c4bd641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/inventory.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class PluginMreportingInventory Extends PluginMreportingBaseclass {
/* ==== SPECIFIC SELECTORS FOR INVENTORY ==== */
static function selectorMultipleStates() {
self::selectorForMultipleStates('states_id', '', __("State"));
self::selectorForMultipleStates('states_id', '', _sx("item", "State"));
}

static function selectorForMultipleStates($field, $condition = '', $label = '') {
Expand Down

0 comments on commit c4bd641

Please sign in to comment.