1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:57:43 +00:00

LibGUI: Rename FileSystemModel's "Owner" column to "User"

A file is owned by a User+Group, not an Owner+Group.
This commit is contained in:
Andreas Kling 2021-08-31 01:11:05 +02:00
parent 34f186e1e6
commit 887ab3cc9a
4 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ public:
Icon = 0,
Name,
Size,
Owner,
User,
Group,
Permissions,
ModificationTime,