mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Merge 2c17853dad into ba7a559714
				
					
				
			This commit is contained in:
		
						commit
						9ba44fcb91
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -151,7 +151,7 @@ public class ReviewController { | ||||||
|                 .getInstance(context) |                 .getInstance(context) | ||||||
|                 .getCommonsApplicationComponent() |                 .getCommonsApplicationComponent() | ||||||
|                 .inject(this); |                 .inject(this); | ||||||
|         ViewUtil.showShortToast(context, context.getString(R.string.send_thank_toast, media.getDisplayTitle())); |         ViewUtil.showShortToast(context, context.getString(R.string.send_thank_toast, media.getAuthor(), media.getDisplayTitle())); | ||||||
| 
 | 
 | ||||||
|         if (firstRevision == null) { |         if (firstRevision == null) { | ||||||
|             return; |             return; | ||||||
|  | @ -185,7 +185,7 @@ public class ReviewController { | ||||||
|         final String title; |         final String title; | ||||||
|         if (result) { |         if (result) { | ||||||
|             title = context.getString(R.string.send_thank_success_title); |             title = context.getString(R.string.send_thank_success_title); | ||||||
|             message = context.getString(R.string.send_thank_success_message, media.getDisplayTitle()); |             message = context.getString(R.string.send_thank_success_message, media.getAuthor(), media.getDisplayTitle()); | ||||||
|         } else { |         } else { | ||||||
|             title = context.getString(R.string.send_thank_failure_title); |             title = context.getString(R.string.send_thank_failure_title); | ||||||
|             message = context.getString(R.string.send_thank_failure_message, media.getDisplayTitle()); |             message = context.getString(R.string.send_thank_failure_message, media.getDisplayTitle()); | ||||||
|  |  | ||||||
|  | @ -475,11 +475,11 @@ Upload your first media by tapping on the add button.</string> | ||||||
|   <string name="check_category_toast">Requesting category check for %1$s</string> |   <string name="check_category_toast">Requesting category check for %1$s</string> | ||||||
|   <string name="nominate_for_deletion_done">Done</string> |   <string name="nominate_for_deletion_done">Done</string> | ||||||
|   <string name="send_thank_success_title">Sending Thanks: Success</string> |   <string name="send_thank_success_title">Sending Thanks: Success</string> | ||||||
|   <string name="send_thank_success_message">Successfully sent thanks to %1$s</string> |   <string name="send_thank_success_message">Successfully sent thanks to %1$s for %2$s</string> | ||||||
|   <string name="send_thank_failure_message">Failed to send thanks %1$s</string> |   <string name="send_thank_failure_message">Failed to send thanks %1$s</string> | ||||||
|   <string name="send_thank_failure_title">Sending Thanks: Failure</string> |   <string name="send_thank_failure_title">Sending Thanks: Failure</string> | ||||||
| 
 | 
 | ||||||
|   <string name="send_thank_toast">Sending Thanks for %1$s</string> |   <string name="send_thank_toast">Sending thanks to %1$s for %2$s</string> | ||||||
|   <string name="review_copyright">Does this follow the rules of copyright?</string> |   <string name="review_copyright">Does this follow the rules of copyright?</string> | ||||||
|   <string name="review_category">Is this correctly categorized?</string> |   <string name="review_category">Is this correctly categorized?</string> | ||||||
|   <string name="review_spam">Is this in-scope?</string> |   <string name="review_spam">Is this in-scope?</string> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kaartic Sivaraam
						Kaartic Sivaraam