diff --git a/lang/serbian-win1250.inc.php3 b/lang/serbian-win1250.inc.php3
index 889cca172..2ec2d4a95 100644
--- a/lang/serbian-win1250.inc.php3
+++ b/lang/serbian-win1250.inc.php3
@@ -16,13 +16,12 @@ $number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bajtova', 'KB', 'MB', 'GB');
-$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Cet', 'Pet', 'Sub');
+$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Čet', 'Pet', 'Sub');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
-
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddDeleteColumn = 'Dodaj/Obriši Kolonu';
@@ -239,7 +238,7 @@ $strPrimaryKey = 'Primarni klju
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan';
$strPrimaryKeyName = 'Ime za primarni ključ mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" može i mora da bude ime i samo ime primarnog ključa!)';
-$strPrintView = 'Za stampu';
+$strPrintView = 'Za štampu';
$strPrivileges = 'Privilegije';
$strProperties = 'Informacije';
@@ -354,4 +353,5 @@ $strYes = 'Da';
$strZip = '"zip-ovano"';
-?>
+// To translate
+?>
\ No newline at end of file