mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 07:18:05 -04:00
Fix string resource name typo
This commit is contained in:
@@ -943,7 +943,7 @@ public class AppDetails extends AppCompatActivity implements ProgressListener, A
|
||||
title = R.string.uninstall_error_title;
|
||||
switch (errorCode) {
|
||||
default: // ERROR_CODE_OTHER
|
||||
body = R.string.install_error_unknown;
|
||||
body = R.string.uninstall_error_unknown;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user