mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
fixed an untranslated string
This commit is contained in:
parent
3e711ea48a
commit
c1c1e9a5eb
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue