aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export/GpxExport.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/export/GpxExport.java')
-rw-r--r--main/src/cgeo/geocaching/export/GpxExport.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/export/GpxExport.java b/main/src/cgeo/geocaching/export/GpxExport.java
index ef3fdd3..2a3b321 100644
--- a/main/src/cgeo/geocaching/export/GpxExport.java
+++ b/main/src/cgeo/geocaching/export/GpxExport.java
@@ -60,7 +60,7 @@ class GpxExport extends AbstractExport {
/**
* A dialog to allow the user to set options for the export.
*
- * Currently available options are: upload field notes, only new logs since last export/upload
+ * Currently available option is: opening of share menu after successful export
*/
private class ExportOptionsDialog extends AlertDialog {
public ExportOptionsDialog(final List<cgCache> caches, final Activity activity) {