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
{
QString srtmDirStr = I18nMainWindow::GetExistingDirectory(
this,
tr("Select the directory containing SRTM tiles."));
tr("Select the directory containing DEM files."));
if (srtmDirStr.isEmpty())
{ // User push default button => don't modify the value
break;
......
......@@ -227,7 +227,7 @@
</sizepolicy>
</property>
<property name="text">
<string>SRTM Directory</string>
<string>DEM directory</string>
</property>
</widget>
</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