Skip to content

Commit ae9fbff

Browse files
author
simon
committed
-minor refactor
-now read/write operation are allowed while browsing
1 parent 90db6de commit ae9fbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/twistedappdeveloper/opcclient/BrowseFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public boolean onItemLongClick(AdapterView<?> adapterView, View view, final int
8787
String[] colors = {"Read", "Write", "Browse"};
8888

8989
AlertDialog.Builder builder = new AlertDialog.Builder(getContext());
90-
builder.setTitle("What do you want to do?");
90+
builder.setTitle(getString(R.string.menu_azioni));
9191
builder.setItems(colors, new DialogInterface.OnClickListener() {
9292
@Override
9393
public void onClick(DialogInterface dialog, int which) {

0 commit comments

Comments
 (0)