summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FileSystemModel.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-08-31 01:11:05 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-31 01:35:08 +0200
commit887ab3cc9a8477a383768cad1e5903f8404386ce (patch)
tree7ff21706b4713c42097993f44aa9cdb10f5d04e5 /Userland/Libraries/LibGUI/FileSystemModel.h
parent34f186e1e6cb3394ba8e2d732966a01c0f221fd5 (diff)
downloadserenity-887ab3cc9a8477a383768cad1e5903f8404386ce.zip
LibGUI: Rename FileSystemModel's "Owner" column to "User"
A file is owned by a User+Group, not an Owner+Group.
Diffstat (limited to 'Userland/Libraries/LibGUI/FileSystemModel.h')
-rw-r--r--Userland/Libraries/LibGUI/FileSystemModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/FileSystemModel.h b/Userland/Libraries/LibGUI/FileSystemModel.h
index 3bbfeecfaf..e6e62f5d81 100644
--- a/Userland/Libraries/LibGUI/FileSystemModel.h
+++ b/Userland/Libraries/LibGUI/FileSystemModel.h
@@ -33,7 +33,7 @@ public:
Icon = 0,
Name,
Size,
- Owner,
+ User,
Group,
Permissions,
ModificationTime,