Change paid title
This commit is contained in:
parent
581cdaa4c6
commit
46c7a64d14
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ public abstract class ChoosePlanDialogFragment extends BaseOsmAndDialogFragment
|
|||
}
|
||||
|
||||
public String getInfoDescription() {
|
||||
if (Version.isFreeVersion(getOsmandApplication())) {
|
||||
if (!Version.isPaidVersion(getOsmandApplication())) {
|
||||
String description = getString(R.string.free_version_message,
|
||||
DownloadValidationManager.MAXIMUM_AVAILABLE_FREE_DOWNLOADS) + "\n";
|
||||
return description + getString(R.string.get_osmand_live);
|
||||
|
|
Loading…
Reference in a new issue