Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 11 Jul 2012 14:13:24 Commit: e7cd53a48098171517b9b09719615b931ee5b6f1 https://github.com/geany/geany-plugins/commit/e7cd53a48098171517b9b09719615b...
Log Message: ----------- GeanyMacro: Fix a few typos
Modified Paths: -------------- geanymacro/src/geanymacro.c
Modified: geanymacro/src/geanymacro.c 6 files changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -64,7 +64,7 @@ {SCI_DELWORDLEFT,N_("Delete up to start of word to the Left")}, {SCI_DELWORDRIGHT,N_("Delete up to start of word to the Right")}, {SCI_DELWORDRIGHTEND,N_("Delete up to end of word to the Right")}, -{SCI_DELLINELEFT,N_("Delete to begining of line")}, +{SCI_DELLINELEFT,N_("Delete to beginning of line")}, {SCI_DELLINERIGHT,N_("Delete to end of line")}, {SCI_LINEDELETE,N_("Delete current line")}, {SCI_BACKTAB,N_("Backwards Tab (deletes tab if nothing after it)")}, @@ -92,7 +92,7 @@ {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")}, -{SCI_PARADOWN,N_("Move Cursor to begining of next paragraph")}, +{SCI_PARADOWN,N_("Move Cursor to beginning of next paragraph")}, {SCI_PARAUP,N_("Move Cursor up to beginning of current/previous paragraph")}, {SCI_WORDLEFTEND,N_("Move Cursor to end of Word to the Left")}, {SCI_WORDRIGHTEND,N_("Move Cursor to end of Word to the Right")}, @@ -115,7 +115,7 @@ {SCI_LINEENDDISPLAYEXTEND,N_("Extend Selection to last visible character")}, {SCI_VCHOMEEXTEND,N_("Extend Selection to 1st non-whitespace character of line, or 1st character of\ line if already at 1st non-whitespace character")}, -{SCI_PARADOWNEXTEND,N_("Extend Selection to begining of next paragraph")}, +{SCI_PARADOWNEXTEND,N_("Extend Selection to beginning of next paragraph")}, {SCI_PARAUPEXTEND,N_("Extend Selection up to beginning of current/previous paragraph")}, {SCI_WORDLEFTENDEXTEND,N_("Extend Selection to end of Word to the Left")}, {SCI_WORDRIGHTENDEXTEND,N_("Extend Selection to end of Word to the Right")},
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).