Renaming to Info Box

This commit is contained in:
Magne Sjaastad
2013-10-23 16:04:12 +02:00
parent 8e32b8f770
commit f61731da74
2 changed files with 3 additions and 3 deletions

View File

@@ -50,9 +50,9 @@ namespace caf
template<>
void RimWellCollection::WellCellsRangeFilterEnum::setUp()
{
addItem(RimWellCollection::RANGE_ADD_NONE, "FORCE_ALL_OFF", "Off");
addItem(RimWellCollection::RANGE_ADD_NONE, "FORCE_ALL_OFF", "All Off");
addItem(RimWellCollection::RANGE_ADD_INDIVIDUAL, "ALL_ON", "Individually");
addItem(RimWellCollection::RANGE_ADD_ALL, "FORCE_ALL_ON", "On");
addItem(RimWellCollection::RANGE_ADD_ALL, "FORCE_ALL_ON", "All On");
}
}