aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.c
diff options
context:
space:
mode:
authorbigbear <ns@bigbear.dk>2024-02-08 00:02:48 +0100
committerbigbear <ns@bigbear.dk>2024-02-08 19:52:52 +0100
commitdf41e6968e12f75b514b605968fe3fb9a3c5740e (patch)
tree41b3d7857cee100d978bead071fc7c0f7caf0fb9 /hardinfo2/hardinfo.c
parentda0d0d9040b91ecef5985af982d7e77ae435a957 (diff)
ADD Package building for hardinfo2
Diffstat (limited to 'hardinfo2/hardinfo.c')
-rw-r--r--hardinfo2/hardinfo.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/hardinfo2/hardinfo.c b/hardinfo2/hardinfo.c
index 2a5bc1fa..bf450a5e 100644
--- a/hardinfo2/hardinfo.c
+++ b/hardinfo2/hardinfo.c
@@ -35,19 +35,19 @@ int main(int argc, char **argv)
GSList *modules;
setlocale(LC_ALL, "");
- bindtextdomain("hardinfo", LOCALEDIR);
- textdomain("hardinfo");
+ bindtextdomain("hardinfo2", LOCALEDIR);
+ textdomain("hardinfo2");
- DEBUG("HardInfo version " VERSION ". Debug version.");
+ DEBUG("Hardinfo2 version " VERSION ". Debug version.");
/* parse all command line parameters */
parameters_init(&argc, &argv, &params);
/* show version information and quit */
if (params.show_version) {
- g_print("HardInfo version " VERSION "\n");
+ g_print("Hardinfo2 version " VERSION "\n");
g_print
- (_(/*/ %d will be latest year of copyright*/ "Copyright (C) 2003-%d L. A. F. Pereira. See COPYING for details.\n\n"), HARDINFO_COPYRIGHT_LATEST_YEAR );
+ (_(/*/ %d will be latest year of copyright*/ "Copyright (C) 2003-2023 L. A. F. Pereira. 2024-%d Hardinfo2 Project.\n\n"), HARDINFO2_COPYRIGHT_LATEST_YEAR );
g_print(_("Compile-time options:\n"
" Release version: %s (%s)\n"
@@ -68,7 +68,7 @@ int main(int argc, char **argv)
/* initialize the binreloc library, so we can load program data */
if (!binreloc_init(FALSE))
g_error(_("Failed to find runtime data.\n\n"
- "\342\200\242 Is HardInfo correctly installed?\n"
+ "\342\200\242 Is HardInfo2 correctly installed?\n"
"\342\200\242 See if %s and %s exists and you have read permission."),
PREFIX, LIBPREFIX);