Changeset 5551
- Timestamp:
- 02/24/10 18:59:17 (3 years ago)
- Files:
-
- 1 modified
-
pm/trunk/umit/pm/gui/pages/audittargetpage.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pm/trunk/umit/pm/gui/pages/audittargetpage.py
r5492 r5551 257 257 if errs and not func: 258 258 errs.append( 259 _('Neither get_target could be used to autopopulate' 260 'target. Please load at least an appropriate plugin and ' 261 'make an ARP scan, or add targets MAC by hand.')) 259 _('Neither get_target can be used to autopopulate the targ' 260 'ets. Please load at least an appropriate plugin (like ' 261 'Profiler) and make an ARP scan, or add targets MAC by ' 262 'hand.')) 262 263 263 264 if errs:
