Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-06-22 17:14:25 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-24 16:02:10 +0300
commitb57eea3f31494613cc946066ed6a082346ca049c (patch)
tree5ff53213694d7be68ed27a19191827ea859db2ec /android
parentc988ebe1438018c57157d942c14b2e9262795307 (diff)
Fix string in profile in last update.
Diffstat (limited to 'android')
-rw-r--r--android/src/com/mapswithme/maps/editor/ProfileFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/editor/ProfileFragment.java b/android/src/com/mapswithme/maps/editor/ProfileFragment.java
index a107f91044..55c0ef3230 100644
--- a/android/src/com/mapswithme/maps/editor/ProfileFragment.java
+++ b/android/src/com/mapswithme/maps/editor/ProfileFragment.java
@@ -102,7 +102,7 @@ public class ProfileFragment extends AuthFragment implements View.OnClickListene
editsDate = DateUtils.formatDateTime(getActivity(), uploadSeconds * 1000, DateUtils.FORMAT_SHOW_DATE | DateUtils.FORMAT_SHOW_TIME);
}
mEditsSent.setText(edits);
- mEditsSentDate.setText(String.format(Locale.US, "%s %s", getString(R.string.last_upload), editsDate));
+ mEditsSentDate.setText(String.format(Locale.US, getString(R.string.last_update), editsDate));
mEditorRank.setText(String.valueOf(rank));
// FIXME show when it will be implemented on server
// mEditorLevelUp.setText(levelFeat);