mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-03 23:03:29 +01:00 
			
		
		
		
	Clearer wording
This commit is contained in:
		@@ -421,7 +421,7 @@ class AppsPageState extends State<AppsPage> {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    getVersionText(int appIndex) {
 | 
			
		||||
      return '${listedApps[appIndex].app.installedVersion ?? tr('notInstalled')}${listedApps[appIndex].app.additionalSettings['trackOnly'] == true ? ' ${tr('estimateInBrackets')}' : ''}';
 | 
			
		||||
      return '${listedApps[appIndex].app.installedVersion ?? tr('notInstalled')}${listedApps[appIndex].app.additionalSettings['trackOnly'] == true ? ' ${tr('pseudoVersion')}' : ''}';
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    getChangesButtonString(int appIndex, bool hasChangeLogFn) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user