summaryrefslogtreecommitdiff
path: root/plugins/sid/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sid/plugin.c')
-rw-r--r--plugins/sid/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sid/plugin.c b/plugins/sid/plugin.c
index 7a0be7a5..894c7230 100644
--- a/plugins/sid/plugin.c
+++ b/plugins/sid/plugin.c
@@ -22,8 +22,8 @@ static const char *exts[] = { "sid",NULL };
const char *filetypes[] = { "SID", NULL };
static const char settings_dlg[] =
- "property \"Enable HVSC\" checkbox hvsc_enable 0;\n"
- "property \"Songlenghts.txt (from HVSC)\" file hvsc_path \"\";\n"
+ "property \"Enable HVSC Songlengh DB\" checkbox hvsc_enable 0;\n"
+ "property \"Songlengths.txt (from HVSC)\" file hvsc_path \"\";\n"
"property \"Samplerate\" entry sid.samplerate 44100;\n"
"property \"Bits per sample (8 or 16)\" entry sid.bps 16;\n"
"property \"Default song length (sec)\" entry sid.defaultlength 180;\n"