[tracker-miners: 1/2] Remove misleading translators comments
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners: 1/2] Remove misleading translators comments
- Date: Thu, 20 Aug 2020 21:15:35 +0000 (UTC)
commit 12bd1bcada9408b91de8f58795fe1cc5c240643b
Author: Thibault Martin <mail thibaultmart in>
Date: Thu Aug 20 15:43:28 2020 +0200
Remove misleading translators comments
src/tracker/tracker-index.c | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/tracker/tracker-index.c b/src/tracker/tracker-index.c
index 65a209c2a..d493736bd 100644
--- a/src/tracker/tracker-index.c
+++ b/src/tracker/tracker-index.c
@@ -47,15 +47,12 @@ static gchar **filenames;
static GOptionEntry entries[] = {
{ "add", 'a', 0, G_OPTION_ARG_NONE, &opt_add,
- /* TRANSLATORS: FILE is a commandline argument, named like that */
N_("Adds FILE as an indexed location"),
NULL },
{ "remove", 'd', 0, G_OPTION_ARG_NONE, &opt_remove,
- /* TRANSLATORS: FILE is a commandline argument, named like that */
N_("Removes FILE from indexed locations"),
NULL },
{ "recursive", 'r', 0, G_OPTION_ARG_NONE, &opt_recursive,
- /* TRANSLATORS: FILE is a commandline argument, named like that */
N_("Makes indexing recursive"),
NULL },
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]