diff --git a/app/src/main/res/menu/item_trashbin.xml b/app/src/main/res/menu/item_trashbin.xml index dc68c1d27db3..6d7eb86aa3fd 100644 --- a/app/src/main/res/menu/item_trashbin.xml +++ b/app/src/main/res/menu/item_trashbin.xml @@ -3,8 +3,10 @@ Nextcloud Android client application @author Tobias Kaminsky + @author Ezhil Shanmugham Copyright (C) 2018 Tobias Kaminsky Copyright (C) 2018 Nextcloud GmbH. + Copyright (C) 2023 Ezhil Shanmugham This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +30,7 @@ android:id="@+id/action_delete" android:orderInCategory="1" android:showAsAction="never" - android:title="@string/common_remove" + android:title="@string/trashbin_file_remove" app:showAsAction="never"/> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 305d72b284a8..e06538ddf542 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -783,6 +783,7 @@ File %1$s could not be deleted! File %1$s could not be restored! Files could not be deleted permanently! + Delete permanently Stream with… Internal streaming not possible Please download media instead or use external app.