From 9eadde4461bf4533b708ee64a025628d66f80639 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Fri, 27 May 2016 04:54:31 +0100 Subject: [PATCH] Fix incorrect string Signed-off-by: Ikey Doherty --- src/frontend/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/main.c b/src/frontend/main.c index 8e120ec..29c8e0c 100644 --- a/src/frontend/main.c +++ b/src/frontend/main.c @@ -79,7 +79,7 @@ int main(int argc, char **argv) label = gtk_label_new( "Linux Steam® Integration\n" "Note that settings are not applied until the next time Steam® starts.\n" - "Use the \'Close\' option on the Steam® tray icon to exit the application."); + "Use the \'Exit Steam\' option on the Steam® tray icon to exit the application."); _align_label(label); gtk_grid_attach(GTK_GRID(grid), label, 1, 0, 2, 1); gtk_label_set_use_markup(GTK_LABEL(label), TRUE);