]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/SearchWikipediaNames.java
Version 17, September 2014
[GpsPrune.git] / tim / prune / function / SearchWikipediaNames.java
index 5712983394e24882d7b1098a1eeead49d92f41e8..5ab3950f83483ab1b4d4428f8734de14f7ce72e0 100644 (file)
@@ -98,7 +98,7 @@ public class SearchWikipediaNames extends GenericDownloaderFunction
 
                // Set status label according to error or "none found", leave blank if ok
                if (_errorMessage == null && _trackListModel.isEmpty()) {
-                       _errorMessage = I18nManager.getText("dialog.gpsies.nonefound");
+                       _errorMessage = I18nManager.getText("dialog.wikipedia.nonefound");
                }
                _statusLabel.setText(_errorMessage == null ? "" : _errorMessage);
        }