Mercurial > libervia-desktop-kivy
comparison cagou/core/menu.py @ 451:8607c218807d
core (menu): typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 31 Mar 2020 09:54:49 +0200 |
parents | edb240ff7936 |
children | 3c9ba4a694ef |
comparison
equal
deleted
inserted
replaced
450:ff5516adc1f5 | 451:8607c218807d |
---|---|
254 if self.encrypted: | 254 if self.encrypted: |
255 return _( | 255 return _( |
256 "The file will be sent [color=ff0000][b]unencrypted[/b][/color] " | 256 "The file will be sent [color=ff0000][b]unencrypted[/b][/color] " |
257 "directly to your contact (it may be transiting by the " | 257 "directly to your contact (it may be transiting by the " |
258 "server if direct connection is not possible).\n[color=ff0000]" | 258 "server if direct connection is not possible).\n[color=ff0000]" |
259 "Please not that end-to-end encryption is not yet implemented for " | 259 "Please note that end-to-end encryption is not yet implemented for " |
260 "P2P transfer." | 260 "P2P transfer." |
261 ) | 261 ) |
262 else: | 262 else: |
263 return _( | 263 return _( |
264 "The file will be sent [color=ff0000][b]unencrypted[/b][/color] " | 264 "The file will be sent [color=ff0000][b]unencrypted[/b][/color] " |