Browse Source

Small tweaks to semantics

Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
Dejan Geci 12 years ago
parent
commit
9fc53588e3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      application/language/sr/pagination.php
  2. 1 1
      application/language/sr/validation.php

+ 1 - 1
application/language/sr/pagination.php

@@ -14,6 +14,6 @@ return array(
 	*/
 
 	'previous' => '&laquo; Nazad',
-	'next'     => 'Dalje &raquo;',
+	'next'     => 'Napred &raquo;',
 
 );

+ 1 - 1
application/language/sr/validation.php

@@ -36,7 +36,7 @@ return array(
 	"countbetween"   => "Polje :attribute mora imati izmedju :min i :max odabranih elemenata.",
 	"countmax"       => "Polje :attribute mora imati manje od :max odabranih elemenata.",
 	"countmin"       => "Polje :attribute mora imati najmanje :min odabranih elemenata.",
-	"different"      => "Polja :attribute i :other moraju biti različiti.",
+	"different"      => "Polja :attribute i :other moraju biti različita.",
 	"email"          => "Format polja :attribute nije validan.",
 	"exists"         => "Odabrano polje :attribute nije validno.",
 	"image"          => "Polje :attribute mora biti slika.",