summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 17:23:04 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 17:23:04 +0200
commit2c256725e8cf0da23aa63a0d1db0b7a6ad338006 (patch)
treef96347ed55756e61085d3b41080352ddbd30e82b /src
parentae137af9e32eea4f5e10574337d779ba4f7dc76b (diff)
Use better wording
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 84d8268f..70c3a9c7 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -241,8 +241,8 @@ static const setting inputbox_settings[] =
 static const char *const lagmenutext[] = 
 {
 	N_("Off"),
-	N_("Graph"),
-	N_("Info text"),
+	N_("Graphical"),
+	N_("Text"),
 	N_("Both"),
 	NULL
 };