Skip to content

Commit

Permalink
Fire: Add title to Zone Types popup.
Browse files Browse the repository at this point in the history
  • Loading branch information
trendspotter committed Sep 29, 2017
1 parent 818e717 commit b6cd7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/s3db/fire.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def model(self):
comment = S3PopupLink(c = "fire",
f = "zone_type",
label = ADD_ZONE_TYPE,
title = T("Zone Type"),
tooltip = T("Select a Zone Type from the list or click 'Add Zone Type'"),
),
label=T("Type")),
Expand Down

0 comments on commit b6cd7cc

Please sign in to comment.