Sfoglia il codice sorgente

wxGUI/downloc: improve message when completed (thanks to MarkusN)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71981 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 7 anni fa
parent
commit
2e973bd78b
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      gui/wxpython/startup/locdownload.py

+ 3 - 1
gui/wxpython/startup/locdownload.py

@@ -381,7 +381,9 @@ class LocationDownloadPanel(wx.Panel):
                 self._error(_("Download failed: %s") % errors)
             else:
                 self._last_downloaded_location_name = dirname
-                self._warning(_("Download completed"))
+                self._warning(_("Download completed. The downloaded sample data is listed "
+                                "in the location/mapset tabs upon closing of this window")
+                )
 
         self._download_in_progress = True
         self._warning(_("Download in progress, wait until it is finished"))