git-svn-id: http://svn.irssi.org/repos/irssi/trunk@569 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-31 23:13:11 +00:00 committed by cras
commit e32c3bcd33
2 changed files with 5 additions and 5 deletions

View file

@ -114,8 +114,8 @@ FORMAT_REC fecommon_core_formats[] = {
/* ---- */
{ NULL, "Themes", 0 },
{ "theme_saved", "Theme saved to %_$0%_", 1, { 0 } },
{ "theme_save_failed", "Error saving theme to %_$0%_", 1, { 0 } },
{ "theme_saved", "Theme saved to $0", 1, { 0 } },
{ "theme_save_failed", "Error saving theme to $0", 1, { 0 } },
{ "theme_not_found", "Theme %_$0%_ not found", 1, { 0 } },
{ "window_theme_changed", "Using theme %_$0%_ in this window", 1, { 0 } },
{ "format_title", "%:%K[%W$0%K] - [%W$1%K]%:%:", 2, { 0, 0 } },