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-icon-view.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-icon-view.c')
-rw-r--r-- | src/file-manager/fm-icon-view.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/file-manager/fm-icon-view.c b/src/file-manager/fm-icon-view.c index 8ed42cd5..a8008a77 100644 --- a/src/file-manager/fm-icon-view.c +++ b/src/file-manager/fm-icon-view.c @@ -3431,10 +3431,10 @@ fm_icon_view_supports_uri (const char *uri, static CajaViewInfo fm_icon_view = { FM_ICON_VIEW_ID, - /* translators: this is used in the view selection dropdown + /* Translators: this is used in the view selection dropdown * of navigation windows and in the preferences dialog */ N_("Icon View"), - /* translators: this is used in the view menu */ + /* Translators: this is used in the view menu */ N_("_Icons"), N_("The icon view encountered an error."), N_("The icon view encountered an error while starting up."), @@ -3446,10 +3446,10 @@ static CajaViewInfo fm_icon_view = static CajaViewInfo fm_compact_view = { FM_COMPACT_VIEW_ID, - /* translators: this is used in the view selection dropdown + /* Translators: this is used in the view selection dropdown * of navigation windows and in the preferences dialog */ N_("Compact View"), - /* translators: this is used in the view menu */ + /* Translators: this is used in the view menu */ N_("_Compact"), N_("The compact view encountered an error."), N_("The compact view encountered an error while starting up."), |