forked from organicmaps/organicmaps
Replace Notes by Edit Bookmark Text
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
parent
e3edeac232
commit
bd23b15375
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ public class EditBookmarkFragment extends BaseMwmDialogFragment implements View.
|
|||
final ImageView imageView = toolbar.findViewById(R.id.save);
|
||||
imageView.setOnClickListener(v -> saveBookmark());
|
||||
UiUtils.showHomeUpButton(toolbar);
|
||||
toolbar.setTitle(R.string.description);
|
||||
toolbar.setTitle(R.string.placepage_edit_bookmark_button);
|
||||
toolbar.setNavigationOnClickListener(v -> dismiss());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue