[geany/geany-plugins] 40b646: GeanyMacro: Fix a typo inside a string

Frank Lanitz git-noreply at xxxxx
Wed Jul 11 14:12:57 UTC 2012


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Wed, 11 Jul 2012 14:12:57
Commit:      40b646666c0a317969f537bf4ad0ab06dafd6033
             https://github.com/geany/geany-plugins/commit/40b646666c0a317969f537bf4ad0ab06dafd6033

Log Message:
-----------
 GeanyMacro: Fix a typo inside a string


Modified Paths:
--------------
    geanymacro/src/geanymacro.c

Modified: geanymacro/src/geanymacro.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -88,7 +88,7 @@
 {SCI_DOCUMENTEND,N_("Move Cursor to last line of document")},
 {SCI_PAGEUP,N_("Move Cursor up one Page")},
 {SCI_PAGEDOWN,N_("Move Cursor down one Page")},
-{SCI_HOMEDISPLAY,N_("Move Cursor to fist visible character")},
+{SCI_HOMEDISPLAY,N_("Move Cursor to first visible character")},
 {SCI_LINEENDDISPLAY,N_("Move Cursor to last visible character")},
 {SCI_VCHOME,N_("Move Cursor to 1st non-whitespace character of line, or 1st character of line if\
  already at 1st non-whitespace character")},


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list