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:
parent
34f186e1e6
commit
887ab3cc9a
4 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
Icon = 0,
|
||||
Name,
|
||||
Size,
|
||||
Owner,
|
||||
User,
|
||||
Group,
|
||||
Permissions,
|
||||
ModificationTime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue