Branch: refs/heads/master Author: Philipp Wiesemann philipp.wiesemann@arcor.de Committer: Philipp Wiesemann philipp.wiesemann@arcor.de Date: Sat, 30 May 2015 21:17:01 UTC Commit: 13732014a88f6c04036b02ad0c3a8e4271cec0b2 https://github.com/geany/geany-plugins/commit/13732014a88f6c04036b02ad0c3a8e...
Log Message: ----------- Fix typo in tooltip
Modified Paths: -------------- overview/data/prefs.ui po/de.po
Modified: overview/data/prefs.ui 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -322,7 +322,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="tooltip_text" translatable="yes">When checked it will draw the overlay ontop of the area that is visible in the main editor view, when unckecked, it will do the opposite and draw the overlay everywhere but the visible area, "revealing" the visible part.</property> + <property name="tooltip_text" translatable="yes">When checked it will draw the overlay ontop of the area that is visible in the main editor view, when unchecked, it will do the opposite and draw the overlay everywhere but the visible area, "revealing" the visible part.</property> <property name="active">True</property> <property name="draw_indicator">True</property> </object>
Modified: po/de.po 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -5433,7 +5433,7 @@ msgstr "" #: ../overview/data/prefs.ui.h:21 msgid "" "When checked it will draw the overlay ontop of the area that is visible in " -"the main editor view, when unckecked, it will do the opposite and draw the " +"the main editor view, when unchecked, it will do the opposite and draw the " "overlay everywhere but the visible area, "revealing" the visible part." msgstr ""
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).