1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

i18n: remove redundant terms and sync

This commit is contained in:
bbedward
2026-06-03 10:32:51 -04:00
parent bfca1b46a6
commit 2f2d4c9d9b
32 changed files with 10323 additions and 6296 deletions
@@ -25,7 +25,7 @@ Popup {
dangerous: true
},
{
text: I18n.tr("Copy Path"),
text: I18n.tr("Copy path"),
icon: "content_copy",
action: copyPath,
enabled: filePath.length > 0
+1 -1
View File
@@ -250,7 +250,7 @@ DankModal {
DankButton {
visible: SessionsService.otherSessions().length === 0 && !root.lockOnSwitch
text: I18n.tr("Log out")
text: I18n.tr("Log Out")
iconName: "logout"
backgroundColor: Theme.primary
textColor: Theme.primaryText