Skip to content
Snippets Groups Projects
Commit caef827c authored by Lorenz Haas's avatar Lorenz Haas
Browse files

Beautifier: Harmonize setting's translatable strings


Change-Id: I9b0a4b305415e1f97353bd4ebc2631634cebd1cb
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
parent fef167b9
No related branches found
No related tags found
No related merge requests found
doc/images/beautifier_editor.png

40.8 KiB | W: | H:

doc/images/beautifier_editor.png

17 KiB | W: | H:

doc/images/beautifier_editor.png
doc/images/beautifier_editor.png
doc/images/beautifier_editor.png
doc/images/beautifier_editor.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/beautifier_options.png

22.1 KiB | W: | H:

doc/images/beautifier_options.png

9.74 KiB | W: | H:

doc/images/beautifier_options.png
doc/images/beautifier_options.png
doc/images/beautifier_options.png
doc/images/beautifier_options.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -93,7 +93,7 @@
in the user's home directory as the configuration file for
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.
Define code formatting in the \gui {Edit Configuration}
......
......@@ -58,7 +58,7 @@
<item>
<widget class="QCheckBox" name="useCustomStyle">
<property name="text">
<string>Use self-defined style:</string>
<string>Use customized style:</string>
</property>
</widget>
</item>
......
......@@ -45,7 +45,7 @@
<item row="0" column="0">
<widget class="QRadioButton" name="usePredefinedStyle">
<property name="text">
<string>Use Predefined Style:</string>
<string>Use predefined style:</string>
</property>
<property name="checked">
<bool>true</bool>
......@@ -61,7 +61,7 @@
<item row="1" column="0">
<widget class="QRadioButton" name="useCustomizedStyle">
<property name="text">
<string>Use Customized Style:</string>
<string>Use customized style:</string>
</property>
<property name="autoExclusive">
<bool>true</bool>
......
......@@ -58,7 +58,7 @@
<item>
<widget class="QCheckBox" name="useCustomStyle">
<property name="text">
<string>Use self-defined style:</string>
<string>Use customized style:</string>
</property>
</widget>
</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment