public function getShortLabel()
 {
     return parent::getShortLabel() . ' (updated monthly)';
 }
 public function getShortLabel()
 {
     return sprintf(__('%s (updated monthly)', 'geoip-detect'), parent::getShortLabel());
 }