We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68aae21 commit c76c89fCopy full SHA for c76c89f
libnemo-private/nemo-file.h
@@ -115,8 +115,8 @@ typedef enum {
115
116
/* Emblems sometimes displayed for NemoFiles. Do not localize. */
117
#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"
+#define NEMO_FILE_EMBLEM_NAME_CANT_READ "unreadable"
+#define NEMO_FILE_EMBLEM_NAME_CANT_WRITE "readonly"
120
#define NEMO_FILE_EMBLEM_NAME_TRASH "trash"
121
#define NEMO_FILE_EMBLEM_NAME_NOTE "note"
122
#define NEMO_FILE_EMBLEM_NAME_FAVORITE "xapp-favorite"
0 commit comments