diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-10-05 14:13:04 +0200 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-10-05 14:13:04 +0200 |
| commit | e2eb5ff6b436b89e3c87cc235a58596a449d7ced (patch) | |
| tree | 1051a2decbb7761eeaf7262db9a439b8a4b3f5af /main/src/cgeo/geocaching/export | |
| parent | 55dc849c4c5839468c762ee2c7b7c1ee5a89d648 (diff) | |
| download | cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.zip cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.tar.gz cgeo-e2eb5ff6b436b89e3c87cc235a58596a449d7ced.tar.bz2 | |
new: settings for twitter message
Diffstat (limited to 'main/src/cgeo/geocaching/export')
| -rw-r--r-- | main/src/cgeo/geocaching/export/FieldnoteExport.java | 4 |
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> */ |
