Fix string resource name typo

This commit is contained in:
Daniel Martí 2015-09-12 21:34:54 -07:00
parent 1aa454013c
commit f8bb714d25

View File

@ -943,7 +943,7 @@ public class AppDetails extends AppCompatActivity implements ProgressListener, A
title = R.string.uninstall_error_title; title = R.string.uninstall_error_title;
switch (errorCode) { switch (errorCode) {
default: // ERROR_CODE_OTHER default: // ERROR_CODE_OTHER
body = R.string.install_error_unknown; body = R.string.uninstall_error_unknown;
break; break;
} }
} }