diff --git a/account_prof_edit_page.php b/account_prof_edit_page.php index d895c22b3a..1e0066e494 100644 --- a/account_prof_edit_page.php +++ b/account_prof_edit_page.php @@ -107,7 +107,7 @@ - * + * diff --git a/account_prof_menu_page.php b/account_prof_menu_page.php index 05ee89808a..4bcf16651e 100644 --- a/account_prof_menu_page.php +++ b/account_prof_menu_page.php @@ -102,7 +102,7 @@
- +
diff --git a/core/profile_api.php b/core/profile_api.php index 2a50929010..6512c5e9a4 100644 --- a/core/profile_api.php +++ b/core/profile_api.php @@ -66,7 +66,7 @@ function profile_create( $p_user_id, $p_platform, $p_os, $p_os_build, $p_descrip # os cannot be blank if( is_blank( $p_os ) ) { - error_parameters( lang_get( 'operating_system' ) ); + error_parameters( lang_get( 'os' ) ); trigger_error( ERROR_EMPTY_FIELD, ERROR ); } @@ -137,7 +137,7 @@ function profile_update( $p_user_id, $p_profile_id, $p_platform, $p_os, $p_os_bu # os cannot be blank if( is_blank( $p_os ) ) { - error_parameters( lang_get( 'operating_system' ) ); + error_parameters( lang_get( 'os' ) ); trigger_error( ERROR_EMPTY_FIELD, ERROR ); } diff --git a/lang/strings_english.txt b/lang/strings_english.txt index 99fcdb4df6..3634d0437f 100644 --- a/lang/strings_english.txt +++ b/lang/strings_english.txt @@ -400,7 +400,6 @@ $s_profile_deleted_msg = 'Deleted profile...'; $s_edit_profile_title = 'Edit Profile'; $s_platform = 'Platform'; $s_platform_label = 'Platform:'; -$s_operating_system = 'Operating System'; $s_additional_description = 'Additional Description'; $s_update_profile_button = 'Update Profile';