1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Fix grammar errors, patch by Mikael Magnusson.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4639 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-11-16 11:30:37 +00:00 committed by exg
parent 90b66dbe6c
commit 5bf14bbbe5

View File

@ -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 },