Skip to content

Commit 9eadde4

Browse files
committed
Fix incorrect string
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
1 parent ac1a845 commit 9eadde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ int main(int argc, char **argv)
7979
label = gtk_label_new(
8080
"<big>Linux Steam® Integration</big>\n"
8181
"Note that settings are not applied until the next time Steam® starts.\n"
82-
"Use the \'Close\' option on the Steam® tray icon to exit the application.");
82+
"Use the \'Exit Steam\' option on the Steam® tray icon to exit the application.");
8383
_align_label(label);
8484
gtk_grid_attach(GTK_GRID(grid), label, 1, 0, 2, 1);
8585
gtk_label_set_use_markup(GTK_LABEL(label), TRUE);

0 commit comments

Comments
 (0)