From 273a947971b7057191f4ad64a8fefdb2607d93ee Mon Sep 17 00:00:00 2001 From: sonora Date: Sat, 28 Mar 2015 10:36:10 +0100 Subject: [PATCH] fix ")" --- .../osmand/plus/development/SettingsDevelopmentActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java b/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java index 9fd07beb06..0b35551dfc 100644 --- a/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java +++ b/OsmAnd/src/net/osmand/plus/development/SettingsDevelopmentActivity.java @@ -103,7 +103,7 @@ public class SettingsDevelopmentActivity extends SettingsBaseActivity { pref.setTitle(R.string.agps_info); if (agpsLastDonwloaded != null) { SimpleDateFormat prt = new SimpleDateFormat("yyyy-MM-dd HH:mm"); - pref.setSummary(getString(R.string.agps_data_last_downloaded, prt.format(agpsLastDonwloaded)))); + pref.setSummary(getString(R.string.agps_data_last_downloaded, prt.format(agpsLastDonwloaded))); } else { pref.setSummary(getString(R.string.agps_data_last_downloaded, "null", "null"));