Skip to content

Commit

Permalink
Strip spurious backslashes in an UI string
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Sep 10, 2015
1 parent af3b15c commit 83c5ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/geany.glade
Expand Up @@ -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>
Expand Down

0 comments on commit 83c5ddf

Please sign in to comment.