[geany/geany] 019165: Fix swapped tooltips between "run in VTE"/"skip run script"
Colomban Wendling
git-noreply at xxxxx
Sun Mar 24 14:38:30 UTC 2013
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 24 Mar 2013 14:38:30 UTC
Commit: 01916596638a0bfef54386d2e24fc762ff7217c9
https://github.com/geany/geany/commit/01916596638a0bfef54386d2e24fc762ff7217c9
Log Message:
-----------
Fix swapped tooltips between "run in VTE"/"skip run script"
Modified Paths:
--------------
data/geany.glade
Modified: data/geany.glade
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -6185,7 +6185,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Don't use the simple run script which is usually used to display the exit status of the executed program</property>
+ <property name="tooltip_text" translatable="yes">Run programs in VTE instead of opening a terminal emulation window. Please note, programs executed in VTE cannot be stopped</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -6203,7 +6203,7 @@
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Run programs in VTE instead of opening a terminal emulation window. Please note, programs executed in VTE cannot be stopped</property>
+ <property name="tooltip_text" translatable="yes">Don't use the simple run script which is usually used to display the exit status of the executed program</property>
<property name="draw_indicator">True</property>
</object>
<packing>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list