Update sherpafy customization

This commit is contained in:
vshcherb 2014-04-16 20:26:48 +02:00
parent 99a75903b7
commit c6911d3eb8

View file

@ -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);