aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/calendar/ICalendar.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/calendar/ICalendar.java')
-rw-r--r--main/src/cgeo/calendar/ICalendar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/calendar/ICalendar.java b/main/src/cgeo/calendar/ICalendar.java
index 933d248..6ecb6d5 100644
--- a/main/src/cgeo/calendar/ICalendar.java
+++ b/main/src/cgeo/calendar/ICalendar.java
@@ -14,6 +14,6 @@ public interface ICalendar {
static final String PARAM_NOTE = "note"; // personal note
static final String PARAM_NAME = "name"; // cache name
static final String PARAM_LOCATION = "location"; // cache location, or empty string
- static final String PARAM_COORDS = "coords"; // cache coords, or empty string
+ static final String PARAM_COORDS = "coords"; // cache coordinates, or empty string
static final String PARAM_START_TIME_MINUTES = "time"; // time of start
}