-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11986 from nextcloud/issue-#11984
Changed Delete in Deleted Files to Delete Permanently
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
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"/> | ||
|
||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters