[GRASS-SVN] r60606 - grass/branches/releasebranch_7_0/gui/wxpython/timeline
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 30 03:50:09 PDT 2014
Author: neteler
Date: 2014-05-30 03:50:09 -0700 (Fri, 30 May 2014)
New Revision: 60606
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/timeline/frame.py
Log:
g.gui.timeline: msg cosmetics
Modified: grass/branches/releasebranch_7_0/gui/wxpython/timeline/frame.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/timeline/frame.py 2014-05-30 10:49:47 UTC (rev 60605)
+++ grass/branches/releasebranch_7_0/gui/wxpython/timeline/frame.py 2014-05-30 10:50:09 UTC (rev 60606)
@@ -35,7 +35,7 @@
import matplotlib.dates as mdates
from matplotlib import cbook
except ImportError:
- raise ImportError(_('The Timeline Tool needs "Matplotlib" package to be installed.'))
+ raise ImportError(_('The Timeline Tool needs the "matplotlib" (python-matplotlib) package to be installed.'))
import grass.script as grass
from core.utils import _
More information about the grass-commit
mailing list