Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.inc |
— | — | @@ -659,7 +659,7 @@ |
660 | 660 | |
661 | 661 | $sfgTabIndex++; |
662 | 662 | $disabled_text = ($is_disabled) ? "disabled" : ""; |
663 | | - $label = wfMsg('sf_runquery'); |
| 663 | + $label = wfMsg('runquery'); |
664 | 664 | $temp = array( |
665 | 665 | 'id' => 'wpRunQuery', |
666 | 666 | 'name' => 'wpRunQuery', |