diff options
author | rbuj <[email protected]> | 2019-08-19 11:19:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-19 12:33:27 +0200 |
commit | 2dbbd4dc1b01376ed748ac6a9ba2a46dfd431e08 (patch) | |
tree | 7cfc61fca1daeb5c5717fb0553e7fad67fa0ea14 /src/file-manager/fm-properties-window.c | |
parent | 0af69e8daadc1be7ec0e17a295861d2ecf2ad65a (diff) | |
download | caja-2dbbd4dc1b01376ed748ac6a9ba2a46dfd431e08.tar.bz2 caja-2dbbd4dc1b01376ed748ac6a9ba2a46dfd431e08.tar.xz |
Remove comments that are not written to translators from pot file
Diffstat (limited to 'src/file-manager/fm-properties-window.c')
-rw-r--r-- | src/file-manager/fm-properties-window.c | 2 |
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 ")); |