diff options
author | Burt P <pburt0@gmail.com> | 2017-08-01 02:06:26 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-08-04 09:18:31 -0700 |
commit | f71f2fad3bbb74b534bcca4f522f2f5e0cc5f32c (patch) | |
tree | 1ee4bb5f5220c4883f0d88f0602e577a3020c69e /hardinfo/hardinfo.c | |
parent | 7d8c642a5f1955395bfca1bf95ca32ef7bd6c288 (diff) |
About dialog changes
* Use a define for copyright latest year, also used by
`hardinfo --version`
* Don't translate Jakub Szypulka
* Add myself to contributors list
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'hardinfo/hardinfo.c')
-rw-r--r-- | hardinfo/hardinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo/hardinfo.c b/hardinfo/hardinfo.c index 9cbdebed..4401a551 100644 --- a/hardinfo/hardinfo.c +++ b/hardinfo/hardinfo.c @@ -46,7 +46,7 @@ int main(int argc, char **argv) if (params.show_version) { g_print("HardInfo version " VERSION "\n"); g_print - (_(/*/ %d will be latest year of copyright*/ "Copyright (C) 2003-%d Leandro A. F. Pereira. See COPYING for details.\n\n"), 2017); + (_(/*/ %d will be latest year of copyright*/ "Copyright (C) 2003-%d Leandro A. F. Pereira. See COPYING for details.\n\n"), HARDINFO_COPYRIGHT_LATEST_YEAR ); g_print(_("Compile-time options:\n" " Release version: %s (%s)\n" |