diff options
author | Heiko W. Rupp <hwr@pilhuhn.de> | 2012-09-08 22:51:29 +0200 |
---|---|---|
committer | Heiko W. Rupp <hwr@pilhuhn.de> | 2012-09-08 22:51:29 +0200 |
commit | 331a491e9c1b9158638ed80563257cf155064c70 (patch) | |
tree | 3aa81ba43e3f3c966fe2f1dffe1a1a53583c7cf5 /main/src/cgeo | |
parent | b1f3bf4ceb3d78a7a6512d809a48c6477c6ba3df (diff) | |
download | cgeo-331a491e9c1b9158638ed80563257cf155064c70.zip cgeo-331a491e9c1b9158638ed80563257cf155064c70.tar.gz cgeo-331a491e9c1b9158638ed80563257cf155064c70.tar.bz2 |
Revise german translation and make constant name more precise.
Diffstat (limited to 'main/src/cgeo')
-rw-r--r-- | main/src/cgeo/geocaching/enumerations/LogType.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/enumerations/LogType.java b/main/src/cgeo/geocaching/enumerations/LogType.java index 1071a19..ac64ed1 100644 --- a/main/src/cgeo/geocaching/enumerations/LogType.java +++ b/main/src/cgeo/geocaching/enumerations/LogType.java @@ -31,7 +31,7 @@ public enum LogType { OWNER_MAINTENANCE(46,"icon_maint","owner maintenance",R.string.log_maintained), UPDATE_COORDINATES(47,"coord_update","update coordinates",R.string.log_update), DISCOVERED_IT(48,"icon_discovered","discovered it",R.string.log_discovered), - POST_REVIEWER_NOTE(18,"big_smile","post reviewer note",R.string.log_reviewed), + POST_REVIEWER_NOTE(18,"big_smile","post reviewer note",R.string.log_reviewer), VISIT(1001, "icon_visited", "visit", R.string.log_tb_visit), WEBCAM_PHOTO_TAKEN(11, "icon_camera", "webcam photo taken", R.string.log_webcam), ANNOUNCEMENT(74, "icon_announcement", "announcement", R.string.log_announcement), |