fix ")"
This commit is contained in:
parent
31f44863e4
commit
273a947971
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue