summary refs log tree commit diff stats
path: root/src/fe-gtk/servlistgui.c
diff options
context:
space:
mode:
authortorhus <torhu@yahoo.com>2017-08-19 20:48:50 +0200
committerTingPing <tingping@tingping.se>2017-08-19 16:49:30 -0400
commit281038e725e05e8373e11f8edcbcbfc746e1427d (patch)
treecda1a60a3a8593bbac94f5963a8c98ede2137c92 /src/fe-gtk/servlistgui.c
parentda0635c960abba59bb592ce67230daca75352773 (diff)
UI text consistency, capitalization etc.
Diffstat (limited to 'src/fe-gtk/servlistgui.c')
-rw-r--r--src/fe-gtk/servlistgui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c
index 6ef455fd..9c360306 100644
--- a/src/fe-gtk/servlistgui.c
+++ b/src/fe-gtk/servlistgui.c
@@ -144,7 +144,7 @@ static const char *login_types[]=
 #ifdef USE_OPENSSL
 	"SASL EXTERNAL (cert)",
 #endif
-	"Server Password (/PASS password)",
+	"Server password (/PASS password)",
 	"NickServ (/MSG NickServ + password)",
 	"NickServ (/NICKSERV + password)",
 #ifdef USE_OPENSSL
@@ -2164,7 +2164,7 @@ servlist_open_networks (void)
 
 	button_sort = gtk_button_new_with_mnemonic (_("_Sort"));
 	gtk_widget_set_tooltip_text (button_sort, _("Sorts the network list in alphabetical order. "
-				"Use SHIFT-UP and SHIFT-DOWN keys to move a row."));
+				"Use Shift+Up and Shift+Down keys to move a row."));
 	g_signal_connect (G_OBJECT (button_sort), "clicked",
 							G_CALLBACK (servlist_sort), 0);
 	gtk_widget_show (button_sort);