Adjust Terminal tooltip in preferences

Adjust to say it is a full command and that %c is substituted by
the geany_run_script path.
This commit is contained in:
Lex 2013-02-21 12:42:30 +11:00
parent 3c2dc547cd
commit 5df79bc135

View File

@ -4783,7 +4783,7 @@
<object class="GtkEntry" id="entry_com_term">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">A terminal emulator like xterm, gnome-terminal or konsole (should accept the -e argument)</property>
<property name="tooltip_text" translatable="yes">A terminal emulator command (%c is substituted with the Geany run script filename)</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="primary_icon_sensitive">True</property>