fixed one more umlaut in german translation
authorChristoph Hohmann <reboot@gmx.ch>
Mon, 26 Nov 2001 15:42:54 +0000 (15:42 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Mon, 26 Nov 2001 15:42:54 +0000 (15:42 +0000)
fix translated header in compose window when it should not be translated

ChangeLog.claws
configure.in
po/de.po
src/compose.c

index 46fa2f0a32ed337598ae3972431842acc7226f2d..869b6c5fa6f92d4bf0f91fdb3f6cca027944f554 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-26 [christoph] 0.6.5claws39
+
+       * po/de.po      
+               fixed one more umlaut
+       * src/compose.c
+               fix translated header when it should not be translated
+
 2001-11-26 [paul]      0.6.5claws38
 
        * src/mainwindow.c
 2001-11-26 [paul]      0.6.5claws38
 
        * src/mainwindow.c
index 2d9340d4abb371a8f28870ca9399b8dcfaf3a38e..1f9ec29ee21040ab593bbbbff16da2071cc9a8ab 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=6
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws38
+EXTRA_VERSION=claws39
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
index b15a253d184e6f1d446a003df37d0da8836cc403..48926cd7db8edfd6363dd07c4193c098c726c429 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -1760,7 +1760,7 @@ msgstr ""
 #: src/gtkspell.c:328
 #, c-format
 msgid "Pspell config: added path %s\n"
 #: src/gtkspell.c:328
 #, c-format
 msgid "Pspell config: added path %s\n"
-msgstr "Pspellconfiguration: Pfad hinzugef?gt %s\n"
+msgstr "Pspellconfiguration: Pfad hinzugefΓΌgt %s\n"
 
 #: src/gtkspell.c:330
 #, c-format
 
 #: src/gtkspell.c:330
 #, c-format
index f4f1b822920f7786a927098f68e9513f31bca0e1..50ad6e69783aab48cde8ca9734b73b4fdccbd2dd 100644 (file)
@@ -3719,10 +3719,10 @@ static void compose_create_header_entry(Compose *compose) {
        } else {
                switch(compose->account->protocol) {
                        case A_NNTP:
        } else {
                switch(compose->account->protocol) {
                        case A_NNTP:
-                               header = _("Newsgroups:");
+                               header = prefs_common.trans_hdr ? _("Newsgroups:") : "Newsgroups:";
                                break;
                        default:
                                break;
                        default:
-                               header = _("To:");
+                               header = prefs_common.trans_hdr ? _("To:") : "To:";
                                break;
                }                                                                   
        }
                                break;
                }                                                                   
        }