Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2008-05-27 23:40:00 +0400
committerNikos Kouremenos <kourem@gmail.com>2008-05-27 23:40:00 +0400
commita5e218efba00d85dbc039b4e2a1a340de45ce042 (patch)
tree481abf263e9d2d7ea0937a8023ce5c6bb45943b1
parent7d21a1a624b004214d236a3559a5f56864dacb4b (diff)
fix tooltip about logging encrypting messages. (it is now shorter, better understood (jargon removed where possible), and we it's OpenPGP and not just GPG guys {or last time I checked :$})
-rw-r--r--data/glade/preferences_window.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/glade/preferences_window.glade b/data/glade/preferences_window.glade
index b0088df70..38fc836c5 100644
--- a/data/glade/preferences_window.glade
+++ b/data/glade/preferences_window.glade
@@ -1875,7 +1875,7 @@ Custom</property>
<widget class="GtkCheckButton" id="log_encrypted_chats_checkbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip" translatable="yes">If checked, Gajim log GPG or E2E encrypted messages. However, when using E2E encryption the remote site has to agree on logging. If the other side has declined logging, your messages will NOT be logged.</property>
+ <property name="tooltip" translatable="yes">If checked, Gajim will keep logs for encrypted messages. Please note that when using E2E encryption the remote party has to agree on logging, else the messages will not be logged.</property>
<property name="label" translatable="yes">Log _encrypted chat session</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>