mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Add the missing ® in case nobody gets the idea..
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user