Skip to content

Commit

Permalink
Добавлены скобки к эвристикам
Browse files Browse the repository at this point in the history
  • Loading branch information
aurusov committed Nov 29, 2014
1 parent 86b67f0 commit 608a84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/rdo_studio/plugins/game5/src/plugin_game5_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<item row="2" column="0" colspan="2">
<widget class="QRadioButton" name="radioButtonDistance">
<property name="text">
<string>Растояния_фишек_до_места</string>
<string>Растояния_фишек_до_места()</string>
</property>
</widget>
</item>
Expand All @@ -75,7 +75,7 @@
<item row="1" column="0" colspan="2">
<widget class="QRadioButton" name="radioButtonQuantity">
<property name="text">
<string>Кол_во_фишек_не_на_месте</string>
<string>Кол_во_фишек_не_на_месте()</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 608a84d

Please sign in to comment.