mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Reword "Clear" to "Cancel all" in download queue
This commit is contained in:
		| @@ -119,7 +119,7 @@ internal class DownloadNotifier(private val context: Context) { | ||||
|                     NotificationReceiver.resumeDownloadsPendingBroadcast(context)) | ||||
|             //Clear action | ||||
|             addAction(R.drawable.ic_close_white_24dp, | ||||
|                     context.getString(R.string.action_clear), | ||||
|                     context.getString(R.string.action_cancel_all), | ||||
|                     NotificationReceiver.clearDownloadsPendingBroadcast(context)) | ||||
|         } | ||||
|  | ||||
|   | ||||
| @@ -18,7 +18,7 @@ | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/clear_queue" | ||||
|         android:title="@string/action_clear" | ||||
|         android:title="@string/action_cancel_all" | ||||
|         android:visible="false" | ||||
|         app:showAsAction="never" /> | ||||
|  | ||||
|   | ||||
| @@ -66,7 +66,6 @@ | ||||
|     <string name="action_start">Start</string> | ||||
|     <string name="action_stop">Stop</string> | ||||
|     <string name="action_pause">Pause</string> | ||||
|     <string name="action_clear">Clear</string> | ||||
|     <string name="action_close">Close</string> | ||||
|     <string name="action_previous_chapter">Previous chapter</string> | ||||
|     <string name="action_next_chapter">Next chapter</string> | ||||
| @@ -84,6 +83,7 @@ | ||||
|     <string name="action_display_download_badge">Download badges</string> | ||||
|     <string name="action_set_filter">Set filter</string> | ||||
|     <string name="action_cancel">Cancel</string> | ||||
|     <string name="action_cancel_all">Cancel all</string> | ||||
|     <string name="action_sort">Sort</string> | ||||
|     <string name="action_install">Install</string> | ||||
|     <string name="action_share">Share</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user