From e104513e1df544fd45bc374b2b1703d44a552b52 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Wed, 8 Jun 2016 20:59:12 +0100 Subject: [PATCH] =?UTF-8?q?Add=20the=20missing=20=C2=AE=20in=20case=20nobo?= =?UTF-8?q?dy=20gets=20the=20idea..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 9324af5..e5f57c7 100644 --- a/src/frontend/main.c +++ b/src/frontend/main.c @@ -95,7 +95,7 @@ int main(int argc, char **argv) gtk_grid_attach(GTK_GRID(grid), check_native, 2, 1, 1, 1); /* Handle the 32-bit cruft */ - label = gtk_label_new("Force 32-bit mode for Steam"); + label = gtk_label_new("Force 32-bit mode for SteamĀ®"); _align_label(label); if (is_x86_64) { gtk_widget_set_tooltip_text(label,