diff options
author | Kevin Wasserman <kevin.wasserman@painless-security.com> | 2012-06-14 22:46:40 -0400 |
---|---|---|
committer | Ben Kaduk <kaduk@mit.edu> | 2012-08-24 15:54:50 -0400 |
commit | e0026eb4a5c7958d047440e12cc234b7c9a09865 (patch) | |
tree | 5aec96575dba629161b2abc83c59d3e09c33b972 /src | |
parent | ade099f5ee2febb23e4ece85a20377f2af0b94c2 (diff) | |
download | krb5-e0026eb4a5c7958d047440e12cc234b7c9a09865.tar.gz krb5-e0026eb4a5c7958d047440e12cc234b7c9a09865.tar.xz krb5-e0026eb4a5c7958d047440e12cc234b7c9a09865.zip |
Fix 'renewable' checkbox text
fix 'renwable' typo and pad size.
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7272 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
Diffstat (limited to 'src')
-rw-r--r-- | src/windows/leashdll/lsh_pwd.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/leashdll/lsh_pwd.rc b/src/windows/leashdll/lsh_pwd.rc index 7941ce2c0f..baa7a57d90 100644 --- a/src/windows/leashdll/lsh_pwd.rc +++ b/src/windows/leashdll/lsh_pwd.rc @@ -112,9 +112,9 @@ BEGIN CONTROL "Proxiable (can be forwarded to other machines)", IDC_CHECK_FORWARDABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,89,135,203,10 - CONTROL "Renewable (can be renewed during the renwable lifetime)", + CONTROL "Renewable (can be renewed during the renewable lifetime)", IDC_CHECK_RENEWABLE,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,89,147,186,10 + WS_TABSTOP,89,147,203,10 CONTROL "Slider2",IDC_SLIDER_RENEWLIFE,"msctls_trackbar32", TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,90,178,258,15 RTEXT "Principal:",IDC_STATIC_NAME,13,44,74,8 |