Make the capitalization consistent across the titles of all pages.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12057 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2005-11-28 03:49:53 +00:00
parent 2da447961a
commit 3d3fcaf0b5
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
2005-11-27 David Hampton <hampton@employees.org>
*src/gnome-utils/druid-gconf-setup.glade: Make the capitalization
consistent across the titles of all pages.
* src/backend/file/io-gncbin-r.c:
* src/backend/file/gnc-pricedb-xml-v2.c:
* src/backend/file/io-gncxml-v1.c:
+2 -2
View File
@@ -292,7 +292,7 @@ The configuration data used to specify default values for Gnucash cannot be foun
<widget class="GnomeDruidPageEdge" id="start_page">
<property name="visible">True</property>
<property name="position">GNOME_EDGE_START</property>
<property name="title" translatable="yes">Update Gnucash configuration data</property>
<property name="title" translatable="yes">Update gnucash configuration data</property>
<property name="text" translatable="yes">The configuration data used by Gnucash to specify its default values cannot be found in the default system locations. Without this data Gnucash will still operate properly, but it may require some extra time to set up.</property>
</widget>
</child>
@@ -300,7 +300,7 @@ The configuration data used to specify default values for Gnucash cannot be foun
<child>
<widget class="GnomeDruidPageStandard" id="choose_page">
<property name="visible">True</property>
<property name="title" translatable="yes">Choose Method</property>
<property name="title" translatable="yes">Choose method</property>
<property name="contents_background">#e6e6e6e6e6e6</property>
<signal name="next" handler="druid_gconf_choose_page_next" last_modification_time="Thu, 14 Jul 2005 04:52:59 GMT"/>
<signal name="prepare" handler="druid_gconf_choose_page_prepare" last_modification_time="Thu, 14 Jul 2005 18:24:15 GMT"/>