Beautifier: Harmonize setting's translatable strings

Change-Id: I9b0a4b305415e1f97353bd4ebc2631634cebd1cb
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Lorenz Haas
2014-06-12 21:17:58 +02:00
parent fef167b96d
commit caef827cd7
6 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -93,7 +93,7 @@
in the user's home directory as the configuration file for in the user's home directory as the configuration file for
the selected tool. the selected tool.
\li Select the \gui {Use self-defined style} option, and then \li Select the \gui {Use customized style} option, and then
\gui Add to define your own style. \gui Add to define your own style.
Define code formatting in the \gui {Edit Configuration} Define code formatting in the \gui {Edit Configuration}

View File

@@ -58,7 +58,7 @@
<item> <item>
<widget class="QCheckBox" name="useCustomStyle"> <widget class="QCheckBox" name="useCustomStyle">
<property name="text"> <property name="text">
<string>Use self-defined style:</string> <string>Use customized style:</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@@ -45,7 +45,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QRadioButton" name="usePredefinedStyle"> <widget class="QRadioButton" name="usePredefinedStyle">
<property name="text"> <property name="text">
<string>Use Predefined Style:</string> <string>Use predefined style:</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
@@ -61,7 +61,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QRadioButton" name="useCustomizedStyle"> <widget class="QRadioButton" name="useCustomizedStyle">
<property name="text"> <property name="text">
<string>Use Customized Style:</string> <string>Use customized style:</string>
</property> </property>
<property name="autoExclusive"> <property name="autoExclusive">
<bool>true</bool> <bool>true</bool>

View File

@@ -58,7 +58,7 @@
<item> <item>
<widget class="QCheckBox" name="useCustomStyle"> <widget class="QCheckBox" name="useCustomStyle">
<property name="text"> <property name="text">
<string>Use self-defined style:</string> <string>Use customized style:</string>
</property> </property>
</widget> </widget>
</item> </item>