[easytag] Clarify "encoder name" with a translator comment
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Clarify "encoder name" with a translator comment
- Date: Fri, 19 Apr 2013 14:00:52 +0000 (UTC)
commit 26083605d0dc260487b78af9f5bf3e2b8e96587b
Author: David King <amigadave amigadave com>
Date: Fri Apr 19 14:59:33 2013 +0100
Clarify "encoder name" with a translator comment
Thanks to Alexandre Franke for pointing out the problem.
src/bar.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/bar.c b/src/bar.c
index 3bcb80a..cb5582d 100644
--- a/src/bar.c
+++ b/src/bar.c
@@ -166,7 +166,11 @@ void Create_UI (GtkWidget **ppmenubar, GtkWidget **pptoolbar)
{ AM_SORT_DESCENDING_COPYRIGHT, GTK_STOCK_SORT_DESCENDING, _("Descending by copyright"),
NULL, _("Descending by copyright"), G_CALLBACK(Menu_Sort_Action) },
{ AM_SORT_ASCENDING_URL, GTK_STOCK_SORT_ASCENDING, _("Ascending by URL"),
NULL, _("Ascending by URL"), G_CALLBACK(Menu_Sort_Action) },
{ AM_SORT_DESCENDING_URL, GTK_STOCK_SORT_DESCENDING, _("Descending by URL"),
NULL, _("Descending by URL"), G_CALLBACK(Menu_Sort_Action) },
+ /* Translators: the encoder name is supposed to be the name of a person
+ * or organisation, but can sometimes be the name of an application. */
{ AM_SORT_ASCENDING_ENCODED_BY, GTK_STOCK_SORT_ASCENDING, _("Ascending by encoder name"),
NULL, _("Ascending by encoder name"), G_CALLBACK(Menu_Sort_Action) },
+ /* Translators: the encoder name is supposed to be the name of a person
+ * or organisation, but can sometimes be the name of an application. */
{ AM_SORT_DESCENDING_ENCODED_BY, GTK_STOCK_SORT_DESCENDING, _("Descending by encoder name"),
NULL, _("Descending by encoder name"), G_CALLBACK(Menu_Sort_Action) },
{ AM_SORT_ASCENDING_FILE_TYPE, GTK_STOCK_SORT_ASCENDING, _("Ascending by file type"),
NULL, _("Ascending by file type"), G_CALLBACK(Menu_Sort_Action) },
{ AM_SORT_DESCENDING_FILE_TYPE, GTK_STOCK_SORT_DESCENDING, _("Descending by file type"),
NULL, _("Descending by file type"), G_CALLBACK(Menu_Sort_Action) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]