Skip to content

Commit 96efab5

Browse files
author
Martin Eggesvik
committed
use bokmaal
1 parent bf6d6f7 commit 96efab5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sorlandet.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ <h3 id="tsor" class="time" ></h3>
8484
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
8585

8686
var txt = "";
87-
if(days > 0) txt += days + " dagar ";
88-
if(hours > 0) txt += hours + " timar ";
89-
if(minutes > 0) txt += minutes + " minutt "
90-
txt += seconds + " sekund ";
87+
if(days > 0) txt += days + " dager ";
88+
if(hours > 0) txt += hours + " timer ";
89+
if(minutes > 0) txt += minutes + " minutter "
90+
txt += seconds + " sekunder ";
9191

9292
if (distance < 0) {
9393
if(x){

0 commit comments

Comments
 (0)