* src/edit_person.glade: Add colon after "Type" label.

* src/dialog.glade: Add accelerator to "Address" label of AddrEdit.
* src/po/template.po: Update the above corrections in template.
* src/plugins/Makefile.am: Ship CustomBookText.py


svn: r1886
This commit is contained in:
Alex Roitman 2003-07-15 22:05:18 +00:00
parent 9b15daeb12
commit d7c7132756
5 changed files with 426 additions and 394 deletions

View File

@ -14,6 +14,10 @@
* src/plugins/WriteCD.py: Likewise.
* src/plugins/WriteGedcom.py: Likewise.
* src/Plugins.py: Add "..." at menu generation.
* src/edit_person.glade: Add colon after "Type" label.
* src/dialog.glade: Add accelerator to "Address" label of AddrEdit.
* src/po/template.po: Update the above corrections in template.
* src/plugins/Makefile.am: Ship CustomBookText.py
2003-07-14 Donald Peterson <dpeterson@sigmaxi.org>
* src/docgen/LaTeXDoc.py: Regress UNICODE support to be only a

View File

@ -1886,8 +1886,8 @@
<child>
<widget class="GtkLabel" id="label210">
<property name="visible">True</property>
<property name="label" translatable="yes">Address:</property>
<property name="use_underline">False</property>
<property name="label" translatable="yes">Add_ress:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
<property name="wrap">False</property>

View File

@ -275,7 +275,7 @@
<child>
<widget class="GtkLabel" id="label269">
<property name="visible">True</property>
<property name="label" translatable="yes">T_ype</property>
<property name="label" translatable="yes">T_ype:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>

View File

@ -42,7 +42,8 @@ pkgpython_PYTHON = \
rel_ru.py\
eval.py\
leak.py\
SimpleBookTitle.py
SimpleBookTitle.py\
CustomBookText.py
pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = @pkgpythondir@/plugins

File diff suppressed because it is too large Load Diff