diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 15:31:42 +0100 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-08 21:48:54 -0300 |
commit | 1d56e8f96def89ebcdd59ae85932353b52a973ec (patch) | |
tree | be14e679babc650f5db61af73ec53e0080735bad /po/Makevars | |
parent | 804ff57328837c09a692ddbe2d3ebb755d57a7c8 (diff) | |
download | mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.gz mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.bz2 mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.xz mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.zip |
[WIP] renamed the client to ManaVerse
removed evol, since its not developed anymore... only leads to confusing players
removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends)
updated copyright -2020 for manaplus
* Updated in 2024-02-08 with conflicts by Jesusalva
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars index 2cd1a43b5..588deb93f 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 = manaplus +DOMAIN = manaverse # These two variables depend on the location of this directory. subdir = po @@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. -COPYRIGHT_HOLDER = The ManaPlus Developers +COPYRIGHT_HOLDER = The ManaVerse Developers # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: |