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

Redmine #7422 remove bogus z at end of words #3669

Merged
merged 1 commit into from Mar 24, 2017
Merged

Redmine #7422 remove bogus z at end of words #3669

merged 1 commit into from Mar 24, 2017

Conversation

phil-davis
Copy link
Contributor

These were my bad - was testing some translation stuff, putting an extra 'z' in places so the translation would fail. But I accidentally left it in the commits/PRs.
bridge edit: 398821c
openvpn client: 3e14208

Found them by a bit of regex

find /usr/local/www -type f -exec grep -H '\wz\W' {} \; > /tmp/zwww.txt

which finds words ending in "z". There are lots of OK ones (Hz, tgz and so on), but these couple are dodgy.

@phil-davis
Copy link
Contributor Author

As far as I can see, these are only in master - the changes are not back in RELENG_2_3* so no back-porting required.

@phil-davis
Copy link
Contributor Author

@sbeaver-netgate another bit of UI crud for when you wake up. Sorry!

@netgate-git-updates netgate-git-updates merged commit f3e8f7f into pfsense:master Mar 24, 2017
@phil-davis phil-davis deleted the remove-z branch March 24, 2017 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants