From 04a3a47e5ece1074161b5c50c4ee94fd1bb29a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 12 Dec 2010 08:42:50 +0000 Subject: [PATCH] 4326: typo - missing prefix svn: r16265 --- src/gui/configure.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/configure.py b/src/gui/configure.py index e563bcb69..758d4694f 100644 --- a/src/gui/configure.py +++ b/src/gui/configure.py @@ -110,8 +110,9 @@ class DisplayNameEditor(ManagedWindow.ManagedWindow): UPPERCASE keyword forces uppercase. Extra parentheses, commas are removed. Other text appears literally. Example: 'Dr. Edwin Jose von der Smith and Weston Wilson Sr ("Ed") - Underhills' - Edwin Jose is given name, Smith and Weston surnames, Wilson patronymic surname, - Dr. title, Sr suffix, Ed nick name, Underhills family nick name, Jose callname. + Edwin Jose is given name, von der is the prefix, Smith and Weston surnames, + Wilson patronymic surname, Dr. title, Sr suffix, Ed nick name, + Underhills family nick name, Jose callname. """)) label.set_use_markup(True) self.window.vbox.pack_start(label, expand=False)