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 /libcaja-private/caja-open-with-dialog.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 'libcaja-private/caja-open-with-dialog.c')
-rw-r--r-- | libcaja-private/caja-open-with-dialog.c | 10 |
1 files changed, 5 insertions, 5 deletions
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 ("<i>%s</i>", 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 ("<i>%s</i>", 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); |