Fix terminology inconsistency ...

... created in #238
This commit is contained in:
Sophist
2014-04-18 16:29:23 +01:00
parent f387fa742d
commit e7d54740fb

View File

@@ -103,7 +103,7 @@ class LogView(LogViewCommon):
class HistoryView(LogViewCommon):
def __init__(self, parent=None):
title = _("Status History")
title = _("Activity History")
logger = log.history_logger
LogViewCommon.__init__(self, title, logger, parent=parent)