From 5bf14bbbe58f4889f71da94e4f53eb9e6032c05e Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Fri, 16 Nov 2007 11:30:37 +0000 Subject: Fix grammar errors, patch by Mikael Magnusson. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4639 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/module-formats.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fe-common') 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 }, -- cgit v1.2.3