diff --git a/lang/en/lang_report.php b/lang/en/lang_report.php index d79dadeb..399adf3a 100644 --- a/lang/en/lang_report.php +++ b/lang/en/lang_report.php @@ -9,16 +9,11 @@ * @version 3.3.0 */ -/* - * - * - */ - /* report_rc.php */ -$lang['REPORT_NOREPORTAVAILABLE'] = "No report available for this planet"; +$lang['REPORT_NOREPORTAVAILABLE'] = "No combat report available for this planet"; $lang['REPORT_MAXFAVORITES'] = "You have reached the maximum allowed of favourites"; $lang['REPORT_RESENTBY'] = "Spy reports sent by"; $lang['REPORT_DATEFORMAT'] = "m/d/Y"; $lang['REPORT_ADDTOFAV'] = "Add to Favorites"; $lang['REPORT_REMOVEFROMFAV'] = "Delete from Favorites"; -$lang['REPORT_DELETE'] = "Delete report"; \ No newline at end of file +$lang['REPORT_DELETE'] = "Delete report";