diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgBase.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgBase.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/cgBase.java b/main/src/cgeo/geocaching/cgBase.java index ea90e5d..7caa480 100644 --- a/main/src/cgeo/geocaching/cgBase.java +++ b/main/src/cgeo/geocaching/cgBase.java @@ -802,7 +802,7 @@ public class cgBase { } } } else { - Log.w(Settings.tag, "There are no caches in viewport. Probably the viewport is to big"); + Log.w(Settings.tag, "There are no caches in viewport. Probably the viewport is too big"); } searchResult.totalCnt = searchResult.getGeocodes().size(); } @@ -1474,7 +1474,7 @@ public class cgBase { * if not null, the application to use to save the trackable * @return the parsed trackable, or null if none could be parsed */ - public static cgTrackable parseTrackable(final String page, cgeoapplication app, final String possibleTrackingcode) { + public static cgTrackable parseTrackable(final String page, final cgeoapplication app, final String possibleTrackingcode) { if (StringUtils.isBlank(page)) { Log.e(Settings.tag, "cgeoBase.parseTrackable: No page given"); return null; |
