Skip to content
Snippets Groups Projects
Commit 42d96c41 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: replace SRTM by DEM in gui

parent 08dfbbd8
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ void PreferencesDialog ...@@ -194,7 +194,7 @@ void PreferencesDialog
{ {
QString srtmDirStr = I18nMainWindow::GetExistingDirectory( QString srtmDirStr = I18nMainWindow::GetExistingDirectory(
this, this,
tr("Select the directory containing SRTM tiles.")); tr("Select the directory containing DEM files."));
if (srtmDirStr.isEmpty()) if (srtmDirStr.isEmpty())
{ // User push default button => don't modify the value { // User push default button => don't modify the value
break; break;
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>SRTM Directory</string> <string>DEM directory</string>
</property> </property>
</widget> </widget>
</item> </item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment