diff options
Diffstat (limited to 'main/src/cgeo/geocaching/ui')
| -rw-r--r-- | main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java b/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java index fb72ee5..6590d22 100644 --- a/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java +++ b/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java @@ -84,7 +84,7 @@ public abstract class LogsViewCreator extends AbstractCachingListViewPageViewCre fillCountOrLocation(holder, log); - // logtext, avoid parsing HTML if not necessary + // log text, avoid parsing HTML if not necessary String logText = log.log; if (TextUtils.containsHtml(logText)) { logText = log.getDisplayText(); @@ -146,7 +146,7 @@ public abstract class LogsViewCreator extends AbstractCachingListViewPageViewCre abstract protected boolean isValid(); - /** Loads the Log Images outside the ui thread. */ + /** Loads the Log Images outside the UI thread. */ private class LogImageLoader extends AsyncTask<String, Progress, Spanned> { final private LogViewHolder holder; |
