Skip to content

Commit

Permalink
translate security string (bnc#988764)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Aug 31, 2016
1 parent 0fdf0be commit ffdb5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/security/wizards.rb
Expand Up @@ -59,7 +59,7 @@ def TreeDialog
tree = Wizard.AddTreeItem(tree, "", _("User Addition"), "users")
tree = Wizard.AddTreeItem(tree, "", _("Miscellaneous Settings"), "misc")

Wizard.CreateTree(tree, "Security")
Wizard.CreateTree(tree, _("Security"))

ret = OverviewDialog()

Expand Down

0 comments on commit ffdb5c4

Please sign in to comment.