Преглед изворни кода

g.gui.timeline: msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60606 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler пре 11 година
родитељ
комит
97a363b3fc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gui/wxpython/timeline/frame.py

+ 1 - 1
gui/wxpython/timeline/frame.py

@@ -35,7 +35,7 @@ try:
     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 _