| @@ -129,9 +129,9 @@ | ||
| 129 | 129 | * @param string $string the string to register |
| 130 | 130 | * @param string $context optional the group in which the string is registered, defaults to 'polylang' |
| 131 | 131 | * @param bool $multiline optional whether the string table should display a multiline textarea or a single line input, defaults to single line |
| 132 | 132 | */ |
| 133 | -function pll_register_string( $name, $string, $context = 'polylang', $multiline = false ) { | |
| 133 | +function pll_register_string( $name, $string, $context = 'Polylang', $multiline = false ) { | |
| 134 | 134 | if ( PLL() instanceof PLL_Admin_Base ) { |
| 135 | 135 | PLL_Admin_Strings::register_string( $name, $string, $context, $multiline ); |
| 136 | 136 | } |
| 137 | 137 | } |