[git] GpgOL - branch, master, updated. gpgol-1.4.0-289-gbcdcb84

by Jochen Saalfeld cvs at cvs.gnupg.org
Mon Sep 4 11:25:37 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  bcdcb844b9526f0d5483bb96ef58bc9fa5a5938f (commit)
      from  542352760827393803b12ad099d540f6c0b6fb5f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bcdcb844b9526f0d5483bb96ef58bc9fa5a5938f
Author: Jochen Saalfeld <privat at jochen-saalfeld.de>
Date:   Mon Sep 4 11:24:26 2017 +0200

    Fixing typo and consistency in addin-options dialogue
    
    --
    The typo and inconsistency was reported via
    https://wald.intevation.org/forum/message.php?msg_id=5100

diff --git a/po/de.po b/po/de.po
index ccf8231..07cfc84 100644
--- a/po/de.po
+++ b/po/de.po
@@ -49,8 +49,8 @@ msgid "&Send OpenPGP mails without attachments as PGP/Inline"
 msgstr "&OpenPGP Nachrichten ohne Anhänge als PGP/Inline verschlüsseln"
 
 #: src/addin-options.cpp:48
-msgid "S&elect crypto settings automatically for reply and foward."
-msgstr "Krypto &Einstellungen beim Antworten und weiterleiten übernehmen."
+msgid "S&elect crypto settings automatically for reply and forward"
+msgstr "Krypto &Einstellungen beim Antworten und weiterleiten übernehmen"
 
 #: src/addin-options.cpp:50
 msgid "&Search for OpenPGP keys automatically when encrypting"
diff --git a/po/fr.po b/po/fr.po
index 77a6e03..b3031d4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -47,7 +47,7 @@ msgid "&Send OpenPGP mails without attachments as PGP/Inline"
 msgstr ""
 
 #: src/addin-options.cpp:48
-msgid "S&elect crypto settings automatically for reply and foward."
+msgid "S&elect crypto settings automatically for reply and forward"
 msgstr ""
 
 #: src/addin-options.cpp:50
diff --git a/po/pt.po b/po/pt.po
index 6bbffc6..151271d 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -48,7 +48,7 @@ msgid "&Send OpenPGP mails without attachments as PGP/Inline"
 msgstr "Enviar mails OpenPGP sem anexos como PGP/Inline"
 
 #: src/addin-options.cpp:48
-msgid "S&elect crypto settings automatically for reply and foward."
+msgid "S&elect crypto settings automatically for reply and forward"
 msgstr ""
 "Seleciona as definições de criptografia automaticamente para responder e "
 "encaminhar."
diff --git a/po/sv.po b/po/sv.po
index 6e8ed4c..727b3f1 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -47,7 +47,7 @@ msgid "&Send OpenPGP mails without attachments as PGP/Inline"
 msgstr ""
 
 #: src/addin-options.cpp:48
-msgid "S&elect crypto settings automatically for reply and foward."
+msgid "S&elect crypto settings automatically for reply and forward"
 msgstr ""
 
 #: src/addin-options.cpp:50
diff --git a/po/zh_CN.po b/po/zh_CN.po
index b694f45..bd48cf2 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -48,7 +48,7 @@ msgid "&Send OpenPGP mails without attachments as PGP/Inline"
 msgstr ""
 
 #: src/addin-options.cpp:48
-msgid "S&elect crypto settings automatically for reply and foward."
+msgid "S&elect crypto settings automatically for reply and forward"
 msgstr ""
 
 #: src/addin-options.cpp:50
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 189a19c..acaa1bc 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -48,7 +48,7 @@ msgid "&Send OpenPGP mails without attachments as PGP/Inline"
 msgstr ""
 
 #: src/addin-options.cpp:48
-msgid "S&elect crypto settings automatically for reply and foward."
+msgid "S&elect crypto settings automatically for reply and forward"
 msgstr ""
 
 #: src/addin-options.cpp:50
diff --git a/src/addin-options.cpp b/src/addin-options.cpp
index 0d8d673..fd43ed1 100644
--- a/src/addin-options.cpp
+++ b/src/addin-options.cpp
@@ -46,7 +46,7 @@ set_labels (HWND dlg)
     { IDC_INLINE_PGP,       N_("&Send OpenPGP mails without "
                                "attachments as PGP/Inline")},
     { IDC_REPLYCRYPT,       N_("S&elect crypto settings automatically "
-                               "for reply and foward.")},
+                               "for reply and forward")},
     { IDC_AUTORRESOLVE,     N_("&Search for OpenPGP keys automatically when encrypting")},
 
 

-----------------------------------------------------------------------

Summary of changes:
 po/de.po              | 4 ++--
 po/fr.po              | 2 +-
 po/pt.po              | 2 +-
 po/sv.po              | 2 +-
 po/zh_CN.po           | 2 +-
 po/zh_TW.po           | 2 +-
 src/addin-options.cpp | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list