mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add string resource
This commit is contained in:
parent
7947087280
commit
b377f0146c
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ public class NearbyActivity extends BaseActivity {
|
||||||
startActivityForResult(callGPSSettingIntent, 1);
|
startActivityForResult(callGPSSettingIntent, 1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
alertDialogBuilder.setNegativeButton("Cancel",
|
alertDialogBuilder.setNegativeButton(R.string.menu_cancel_upload,
|
||||||
new DialogInterface.OnClickListener() {
|
new DialogInterface.OnClickListener() {
|
||||||
public void onClick(DialogInterface dialog, int id) {
|
public void onClick(DialogInterface dialog, int id) {
|
||||||
dialog.cancel();
|
dialog.cancel();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue