summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-properties-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file-manager/fm-properties-window.c')
-rw-r--r--src/file-manager/fm-properties-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c
index 24674bea..e5b820b7 100644
--- a/src/file-manager/fm-properties-window.c
+++ b/src/file-manager/fm-properties-window.c
@@ -4141,7 +4141,7 @@ permission_combo_update (FMPropertiesWindow *window,
str = g_string_new ("");
if (!(all_perm & PERMISSION_READ)) {
- /* translators: this gets concatenated to "no read",
+ /* Translators: this gets concatenated to "no read",
* "no access", etc. (see following strings)
*/
g_string_append (str, _("no "));