[pan] More small edits



commit 63e13c70f1190cabd8fb409fb64557de106bb28e
Author: Petr Kovar <pkovar redhat com>
Date:   Mon Dec 6 19:04:55 2021 +0100

    More small edits

 pan/gui/gui.cc | 2 +-
 pan/gui/pan.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pan/gui/gui.cc b/pan/gui/gui.cc
index 8c13301..7dca1e7 100644
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -1718,7 +1718,7 @@ void GUI :: do_about_pan ()
   gtk_about_dialog_set_program_name (w, _("Pan"));
   gtk_about_dialog_set_version (w, PACKAGE_VERSION);
   gtk_about_dialog_set_comments (w, VERSION_TITLE " (" GIT_REV "; " PLATFORM_INFO ")");
-  gtk_about_dialog_set_copyright (w, _("Copyright \u00A9 2002-2017 Charles Kerr and others")); // \u00A9 is 
unicode for (c)
+  gtk_about_dialog_set_copyright (w, _("Copyright \u00A9 2002-2021 Charles Kerr and others")); // \u00A9 is 
unicode for (c)
   gtk_about_dialog_set_website (w, "http://pan.rebelbase.com/";);
   gtk_about_dialog_set_logo (w, logo);
   gtk_about_dialog_set_license (w, LICENSE);
diff --git a/pan/gui/pan.cc b/pan/gui/pan.cc
index e5772a4..0c408e5 100644
--- a/pan/gui/pan.cc
+++ b/pan/gui/pan.cc
@@ -648,7 +648,7 @@ _("General Options\n"
 "                           the message-id article to standard output.\n"
 "\n"
 "NZB Batch Options\n"
-"  --nzb file1 file2 ...      Process NZB files in non-GUI mode.\n"
+"  --nzb file1 file2 ...    Process NZB files in non-GUI mode.\n"
 "  -o path, --output=path   Path to save attachments listed in the NZB file(s).\n"
 "  --no-gui                 Only show console output, not the download queue.\n") << std::endl;
   }


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