From 2dbbd4dc1b01376ed748ac6a9ba2a46dfd431e08 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 --- libcaja-private/caja-open-with-dialog.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libcaja-private/caja-open-with-dialog.c') diff --git a/libcaja-private/caja-open-with-dialog.c b/libcaja-private/caja-open-with-dialog.c index 24bb8bac..91810f84 100644 --- a/libcaja-private/caja-open-with-dialog.c +++ b/libcaja-private/caja-open-with-dialog.c @@ -1068,13 +1068,13 @@ set_uri_and_type (CajaOpenWithDialog *dialog, emname = g_strdup_printf ("%s", name); if (add_mode) { - /* first %s is a filename and second %s is a file extension */ + /* Translators: first %s is a filename and second %s is a file extension */ label = g_strdup_printf (_("Open %s and other %s document with:"), emname, dialog->details->extension); } else { - /* the %s here is a file name */ + /* Translators: the %s here is a file name */ label = g_strdup_printf (_("Open %s with:"), emname); checkbox_text = g_strdup_printf (_("_Remember this application for %s documents"), dialog->details->extension); @@ -1109,16 +1109,16 @@ set_uri_and_type (CajaOpenWithDialog *dialog, emname = g_strdup_printf ("%s", name); if (add_mode) { - /* First %s is a filename, second is a description + /* Translators: First %s is a filename, second is a description * of the type, eg "plain text document" */ label = g_strdup_printf (_("Open %s and other \"%s\" files with:"), emname, description); } else { - /* %s is a filename */ + /* Translators: %s is a filename */ label = g_strdup_printf (_("Open %s with:"), emname); - /* %s is a file type description */ + /* Translators: %s is a file type description */ checkbox_text = g_strdup_printf (_("_Remember this application for \"%s\" files"), description); -- cgit v1.2.1