From fcc129bc4289468fedd8577594c8ac2c5f865e0a Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 19 Aug 2019 11:19:22 +0200 Subject: Remove comments that are not written to translators from pot file --- src/file-manager/fm-icon-view.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/file-manager/fm-icon-view.c') 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."), -- cgit v1.2.1