[geany/geany] 83c5dd: Strip spurious backslashes in an UI string
Colomban Wendling
git-noreply at xxxxx
Thu Sep 10 12:46:08 UTC 2015
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Thu, 10 Sep 2015 12:46:08 UTC
Commit: 83c5ddf3533e7d4d20305e232210213f61c117d0
https://github.com/geany/geany/commit/83c5ddf3533e7d4d20305e232210213f61c117d0
Log Message:
-----------
Strip spurious backslashes in an UI string
Modified Paths:
--------------
data/geany.glade
Modified: data/geany.glade
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -6019,7 +6019,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Whether to execute \"cd $path\" when you switch between opened files</property>
+ <property name="tooltip_text" translatable="yes">Whether to execute "cd $path" when you switch between opened files</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