aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/export/FieldnoteExport.java
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2013-10-05 14:13:04 +0200
committerBananeweizen <Bananeweizen@gmx.de>2013-10-05 14:13:04 +0200
commite2eb5ff6b436b89e3c87cc235a58596a449d7ced (patch)
tree1051a2decbb7761eeaf7262db9a439b8a4b3f5af /main/src/cgeo/geocaching/export/FieldnoteExport.java
parent55dc849c4c5839468c762ee2c7b7c1ee5a89d648 (diff)
downloadcgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.zip
cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.tar.gz
cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.tar.bz2
new: settings for twitter message
Diffstat (limited to 'main/src/cgeo/geocaching/export/FieldnoteExport.java')
-rw-r--r--main/src/cgeo/geocaching/export/FieldnoteExport.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/export/FieldnoteExport.java b/main/src/cgeo/geocaching/export/FieldnoteExport.java
index 1d3e85d..b910220 100644
--- a/main/src/cgeo/geocaching/export/FieldnoteExport.java
+++ b/main/src/cgeo/geocaching/export/FieldnoteExport.java
@@ -42,9 +42,9 @@ import java.util.Locale;
import java.util.TimeZone;
/**
- * Exports offline-logs in the Groundspeak Field Note format.<br>
+ * Exports offline logs in the Groundspeak Field Note format.<br>
* <br>
- *
+ *
* Field Notes are simple plain text files, but poorly documented. Syntax:<br>
* <code>GCxxxxx,yyyy-mm-ddThh:mm:ssZ,Found it,"logtext"</code>
*/