summaryrefslogtreecommitdiff
path: root/src/fe-common/core
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-31 23:13:11 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-31 23:13:11 +0000
commite32c3bcd3367fc71eef128a84ad9ac174189349c (patch)
tree54e4c6a36452486c38c746c1ad3efa21ccbaecdf /src/fe-common/core
parentce821e96a1f3d0f26bcbd7d4f7778e1a306483ef (diff)
downloadirssi-e32c3bcd3367fc71eef128a84ad9ac174189349c.zip
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@569 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core')
-rw-r--r--src/fe-common/core/module-formats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c
index 3fc7dfc1..bb853dbf 100644
--- a/src/fe-common/core/module-formats.c
+++ b/src/fe-common/core/module-formats.c
@@ -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 } },