Update sherpafy customization
This commit is contained in:
parent
99a75903b7
commit
c6911d3eb8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class SherpafyCustomization extends OsmAndAppCustomization {
|
|||
public void customizeMainMenu(Window window) {
|
||||
// Update app name
|
||||
TextView v = (TextView) window.findViewById(R.id.AppName);
|
||||
v.setText("Sherpafy " + Version.getAppVersion(app));
|
||||
v.setText("Sherpafy");
|
||||
|
||||
TextView toursButton = (TextView) window.findViewById(R.id.SettingsButtonText);
|
||||
toursButton.setText(R.string.tour);
|
||||
|
|
Loading…
Reference in a new issue