diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2007-11-16 11:30:37 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-11-16 11:30:37 +0000 |
commit | 5bf14bbbe58f4889f71da94e4f53eb9e6032c05e (patch) | |
tree | 9928d4ed0c3cd112fa0f11c4c8e9bcf75688ad0c /src/fe-common/core/module-formats.c | |
parent | 90b66dbe6c11ca5e4484f14cd223f1852c15e783 (diff) | |
download | irssi-5bf14bbbe58f4889f71da94e4f53eb9e6032c05e.zip |
Fix grammar errors, patch by Mikael Magnusson.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4639 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/module-formats.c')
-rw-r--r-- | src/fe-common/core/module-formats.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 98e021cd..13dd6457 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -228,10 +228,10 @@ FORMAT_REC fecommon_core_formats[] = { { "theme_saved", "Theme saved to $0", 1, { 0 } }, { "theme_save_failed", "Error saving theme to $0: $1", 2, { 0, 0 } }, { "theme_not_found", "Theme {hilight $0} not found", 1, { 0 } }, - { "theme_changed", "Using now theme {hilight $0} ($1)", 2, { 0, 0 } }, + { "theme_changed", "Now using theme {hilight $0} ($1)", 2, { 0, 0 } }, { "window_theme", "Using theme {hilight $0} in this window", 2, { 0, 0 } }, { "window_theme_default", "No theme is set for this window", 0 }, - { "window_theme_changed", "Using now theme {hilight $0} ($1) in this window", 2, { 0, 0 } }, + { "window_theme_changed", "Now using theme {hilight $0} ($1) in this window", 2, { 0, 0 } }, { "window_theme_removed", "Removed theme from this window", 0 }, { "format_title", "%:[{hilight $0}] - [{hilight $1}]%:", 2, { 0, 0 } }, { "format_subtitle", "[{hilight $0}]", 1, { 0 } }, @@ -245,7 +245,7 @@ FORMAT_REC fecommon_core_formats[] = { { "unignored", "Unignored {nick $0}", 1, { 0 } }, { "ignore_not_found", "{nick $0} is not being ignored", 1, { 0 } }, { "ignore_no_ignores", "There are no ignores", 0 }, - { "ignore_header", "%#Ignorance List:", 0 }, + { "ignore_header", "%#Ignore List:", 0 }, { "ignore_line", "%#$[-4]0 $1: $2 $3 $4", 4, { 1, 0, 0, 0 } }, { "ignore_footer", "", 0 }, |