Skip to content

Commit

Permalink
Fix incorrect string
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed May 27, 2016
1 parent ac1a845 commit 9eadde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ int main(int argc, char **argv)
label = gtk_label_new(
"<big>Linux Steam® Integration</big>\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);
Expand Down

0 comments on commit 9eadde4

Please sign in to comment.