We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
got it, I'll fix it tonight
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
There is one typo:
Prefered --> Preferred
The patch is:
The text was updated successfully, but these errors were encountered: