[pan2] Edit strings
- From: Petr Kovář <pmkovar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] Edit strings
- Date: Sat, 5 Mar 2016 23:35:09 +0000 (UTC)
commit f0018ce261172a7516e81a5eb668ff74aa3a7f26
Author: Petr Kovar <pknbe volny cz>
Date: Sun Mar 6 00:19:22 2016 +0100
Edit strings
Thanks goes to Duncan.
pan/data/cert-store.cc | 2 +-
pan/gui/gui.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pan/data/cert-store.cc b/pan/data/cert-store.cc
index 3c2b71c..4db849e 100644
--- a/pan/data/cert-store.cc
+++ b/pan/data/cert-store.cc
@@ -99,7 +99,7 @@ int verify_callback(gnutls_session_t session) {
if (status & GNUTLS_CERT_SIGNER_NOT_FOUND) {
if (!mydata->always_trust) {
- g_warning("The certificate has not got a known issuer.\n");
+ g_warning("The certificate does not have a known issuer.\n");
fail = true;
}
}
diff --git a/pan/gui/gui.cc b/pan/gui/gui.cc
index da7b5e7..a65dbdb 100644
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -1667,7 +1667,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-2015 Charles Kerr and others")); // \u00A9 is
unicode for (c)
+ gtk_about_dialog_set_copyright (w, _("Copyright \u00A9 2002-2016 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]