Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a typo in src/iptux/DataSettings.cpp line 276 #516

Closed
atzlinux opened this issue Jun 16, 2023 · 1 comment · Fixed by #518
Closed

a typo in src/iptux/DataSettings.cpp line 276 #516

atzlinux opened this issue Jun 16, 2023 · 1 comment · Fixed by #518

Comments

@atzlinux
Copy link
Contributor

Hi,
There is one typo:

Prefered --> Preferred

The patch is:

--- iptux-0.8.4.orig/src/iptux/DataSettings.cpp
+++ iptux-0.8.4/src/iptux/DataSettings.cpp
@@ -273,7 +273,7 @@ GtkWidget* DataSettings::CreateSystem()
   gtk_grid_attach(GTK_GRID(box), widget, 1, 0, 1, 1);
 
   /* 首选编码 */
-  label = gtk_label_new(_("Prefered network encoding:"));
+ label = gtk_label_new(_("Preferred network encoding:"));
   gtk_widget_set_halign(label, GTK_ALIGN_END);
   gtk_grid_attach(GTK_GRID(box), label, 0, 1, 1, 1);
 
@lidaobing
Copy link
Member

got it, I'll fix it tonight

@lidaobing lidaobing linked a pull request Jun 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants