Skip to content

Commit

Permalink
Fix #9888: typo mistake when porting 221bda0 to 1.1.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 10, 2008
1 parent c14e225 commit d80b3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/history_api.php
Expand Up @@ -310,7 +310,7 @@ function history_localize_item( $p_field_name, $p_type, $p_old_value, $p_new_val
case 'os':
$t_field_localized = lang_get( 'os' );
break;
case 'os_version':
case 'os_build':
$t_field_localized = lang_get( 'os_version' );
break;
case 'build':
Expand Down

0 comments on commit d80b3fb

Please sign in to comment.