Bug 746163 - Custom register colors (table rows) not recognized from .gtkrc-2.0.gnucash file

Change the preference label and description to avoid confusion.
Translators: this patch introduces two updated strings.
This commit is contained in:
Geert Janssens 2015-05-31 10:07:44 +02:00
parent 073c7a69ad
commit f160937681

View File

@ -2465,13 +2465,13 @@ many months before the current month:</property>
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="pref/general.register/use-theme-colors"> <object class="GtkCheckButton" id="pref/general.register/use-theme-colors">
<property name="label" translatable="yes">_Use system theme colors</property> <property name="label" translatable="yes">Don't _use GnuCash built-in colors</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
<property name="has_tooltip">True</property> <property name="has_tooltip">True</property>
<property name="tooltip_markup">If checked, the system color theme will be applied to register windows. If clear, the original GnuCash register colors will be used.</property> <property name="tooltip_markup">GnuCash uses a yellow/green theme by default for register windows. Check this if you want to use the system color theme instead.</property>
<property name="tooltip_text" translatable="yes">If checked, the system color theme will be applied to register windows. If clear, the original GnuCash register colors will be used.</property> <property name="tooltip_text" translatable="yes">GnuCash uses a yellow/green theme by default for register windows. Check this if you want to use the system color theme instead.</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="draw_indicator">True</property> <property name="draw_indicator">True</property>
</object> </object>