changeset 997b02013a53 in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=997b02013a53
description:
Rename informations to information
issue7926
review54491002
diffstat:
doc/glossary.rst | 2 +-
tryton/gui/window/dblogin.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r c63256a6bb95 -r 997b02013a53 doc/glossary.rst
--- a/doc/glossary.rst Tue Feb 05 19:24:07 2019 +0100
+++ b/doc/glossary.rst Wed Feb 06 22:34:13 2019 +0100
@@ -144,7 +144,7 @@
Widgets
A *Widget* is a visual element of a graphical user interface (GUI). Some
- *Widgets* solely show informations, others allow manipulation from user
+ *Widgets* solely show information, others allow manipulation from user
side. Example *Widgets* are buttons, check-boxes, entry-boxes, selection
lists, tables, lists, trees, ...
diff -r c63256a6bb95 -r 997b02013a53 tryton/gui/window/dblogin.py
--- a/tryton/gui/window/dblogin.py Tue Feb 05 19:24:07 2019 +0100
+++ b/tryton/gui/window/dblogin.py Wed Feb 06 22:34:13 2019 +0100
@@ -489,7 +489,7 @@
label_username.set_mnemonic_widget(self.entry_login)
self.table_main.attach(label_username, 0, 1, 6, 7, xoptions=gtk.FILL)
- # Profile informations
+ # Profile information
self.profile_cfg = os.path.join(get_config_dir(), 'profiles.cfg')
self.profiles = configparser.ConfigParser()
if not os.path.exists(self.profile_cfg):