diff --git a/python/grass/temporal/core.py b/python/grass/temporal/core.py index 85bc8bf7d4e..048ef9161ce 100644 --- a/python/grass/temporal/core.py +++ b/python/grass/temporal/core.py @@ -703,10 +703,7 @@ def init(raise_fatal_error=False, skip_db_version_check=False): "to avoid lossing data.\nSOLUTION: " ) if tgis_db_version > 2: - backup_howto += _( - "Run t.upgrade command installed from " - "GRASS Addons in order to upgrade your temporal database.\n" - ) + backup_howto += _("Run t.upgrade command to upgrade your temporal database.\n") else: backup_howto += _( "You need to export it by "