fixed an untranslated string

This commit is contained in:
David J Drewelow 2006-11-17 13:33:47 +00:00
parent 3e711ea48a
commit c1c1e9a5eb

View file

@ -2117,7 +2117,7 @@ define void editSchedForm() {
`HBox( `Label(`id(`edname), edLabel) ),
`VSpacing(1),
`HBox(
`ComboBox(`id(`monthdate), `opt(`notify), "Day of Month", [
`ComboBox(`id(`monthdate), `opt(`notify), _("Day of Month"), [
`item(`id(`md_00), _("All")),
`item(`id(`md_01), "1"), `item(`id(`md_02), "2"), `item(`id(`md_03), "3"),
`item(`id(`md_04), "4"), `item(`id(`md_05), "5"), `item(`id(`md_06), "6"),