diff options
author | rbuj <[email protected]> | 2019-08-19 11:19:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 21:40:41 +0200 |
commit | fcc129bc4289468fedd8577594c8ac2c5f865e0a (patch) | |
tree | 498b58c064a17e798eed3512c0ef45675047fd09 /src/file-manager/fm-icon-view.c | |
parent | af6be8ea99be784f5b21662b7754035eb6ee0930 (diff) | |
download | caja-fcc129bc4289468fedd8577594c8ac2c5f865e0a.tar.bz2 caja-fcc129bc4289468fedd8577594c8ac2c5f865e0a.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 782444e7..40efb632 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."), |