Skip to content

Commit c76c89f

Browse files
committed
nemo-file.h: Use the correct icon names for read-only and unreadable
emblems. https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#emblems
1 parent 68aae21 commit c76c89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libnemo-private/nemo-file.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ typedef enum {
115115

116116
/* Emblems sometimes displayed for NemoFiles. Do not localize. */
117117
#define NEMO_FILE_EMBLEM_NAME_SYMBOLIC_LINK "symbolic-link"
118-
#define NEMO_FILE_EMBLEM_NAME_CANT_READ "noread"
119-
#define NEMO_FILE_EMBLEM_NAME_CANT_WRITE "nowrite"
118+
#define NEMO_FILE_EMBLEM_NAME_CANT_READ "unreadable"
119+
#define NEMO_FILE_EMBLEM_NAME_CANT_WRITE "readonly"
120120
#define NEMO_FILE_EMBLEM_NAME_TRASH "trash"
121121
#define NEMO_FILE_EMBLEM_NAME_NOTE "note"
122122
#define NEMO_FILE_EMBLEM_NAME_FAVORITE "xapp-favorite"

0 commit comments

Comments
 (0)