[shotwell/wip/autotools: 17/27] build: Fix mo names



commit 1225c80d23c58b6166b961309d721ef3cdfd7f22
Author: Jens Georg <mail jensge org>
Date:   Tue Jun 28 21:41:43 2016 +0200

    build: Fix mo names
    
    Signed-off-by: Jens Georg <mail jensge org>

 po/Makevars |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po/Makevars b/po/Makevars
index 1326ab7..1e701ed 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,7 +1,7 @@
 # Makefile variables for PO directory in any package using GNU gettext.
 
 # Usually the message domain is the same as the package name.
-DOMAIN = $(GETTEXT_DOMAIN)
+DOMAIN = $(PACKAGE)
 
 # These two variables depend on the location of this directory.
 subdir = po
@@ -51,7 +51,7 @@ COPYRIGHT_HOLDER = Translation copyright holder
 # It can be your email address, or a mailing list address where translators
 # can write to without being subscribed, or the URL of a web page through
 # which the translators can contact you.
-MSGID_BUGS_ADDRESS =
+MSGID_BUGS_ADDRESS = http://bugzilla.gnome.org/enter_bug.cgi?product=shotwell
 
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]