diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 20eb6566b..39ecd58ff 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -666,8 +666,8 @@ if(!is_writeable($settings->_configFilePath)) { } ?> - showTextField("converters_newmimetype", ""); ?> - showTextField("converters_newcmd", ""); ?> + showTextField("converters_newmimetype", "", '', getMLText('mimetype')); ?> + showTextField("converters_newcmd", "", '', getMLText('command')); ?> contentContainerEnd(); ?>