mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Merge pull request #1214 from Steinsplitter/patch-1
fixing upload summary
This commit is contained in:
		
						commit
						cc80b42cde
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -49,7 +49,7 @@ public class CommonsApplication extends Application { | |||
|     @Inject @Named("application_preferences") SharedPreferences applicationPrefs; | ||||
|     @Inject @Named("prefs") SharedPreferences otherPrefs; | ||||
| 
 | ||||
|     public static final String DEFAULT_EDIT_SUMMARY = "Uploaded using Android Commons app"; | ||||
|     public static final String DEFAULT_EDIT_SUMMARY = "Uploaded using [[COM:MOA|Commons Mobile App]]"; | ||||
| 
 | ||||
|     public static final String FEEDBACK_EMAIL = "commons-app-android@googlegroups.com"; | ||||
| 
 | ||||
|  |  | |||
|  | @ -45,7 +45,7 @@ public class ModifierSequence { | |||
|         for (PageModifier modifier: modifiers) { | ||||
|             editSummary.append(modifier.getEditSumary()).append(" "); | ||||
|         } | ||||
|         editSummary.append("Via Commons Mobile App"); | ||||
|         editSummary.append("Using [[COM:MOA|Commons Mobile App]]"); | ||||
|         return editSummary.toString(); | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Josephine Lim
						Josephine Lim