diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-14 11:26:41 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-14 11:26:41 +0800 |
commit | 6d8bd4aadd88a15550a2f288054f84569fdb4e3f (patch) | |
tree | 2b6f5bc15f16db192d2d9cff2dc4b34fbf2f1292 /addressbook/gui/widgets/e-addressbook-view.etspec | |
parent | ffb81288b230d3e6ffdc06353623f5fbbb6c803f (diff) | |
download | gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.gz gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.bz2 gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.lz gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.xz gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.tar.zst gsoc2013-evolution-6d8bd4aadd88a15550a2f288054f84569fdb4e3f.zip |
Fix for bug #404239 #358250
svn path=/trunk/; revision=33524
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-view.etspec')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.etspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.etspec b/addressbook/gui/widgets/e-addressbook-view.etspec index c982fdcc29..1f15103664 100644 --- a/addressbook/gui/widgets/e-addressbook-view.etspec +++ b/addressbook/gui/widgets/e-addressbook-view.etspec @@ -36,7 +36,7 @@ different and established translation for this in your language. --> <ETableColumn model_col="34" _title="TTYTDD" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> - <ETableColumn model_col="35" _title="Organization" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="stringcase"/> + <ETableColumn model_col="35" _title="Company" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="stringcase"/> <ETableColumn model_col="36" _title="Unit" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> <ETableColumn model_col="37" _title="Office" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> <ETableColumn model_col="38" _title="Title" expansion="1.0" minimum_width="75" resizable="true" cell="string" compare="string"/> |