Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 672: | Rivi 672: | ||
if ( depthcats[0] == 'surface' ) { | if ( depthcats[0] == 'surface' ) { | ||
memo.title.replace( '–', '(' + i18n[ 'surface' ][ memo.lang ] + ') –' ); | memo.title = memo.title.replace( '–', '(' + i18n[ 'surface' ][ memo.lang ] + ') –' ); | ||
} else if ( depthcats[0] == 'bottom' ) { | } else if ( depthcats[0] == 'bottom' ) { | ||
memo.title.replace( '–', '(' + i18n[ 'bottom' ][ memo.lang ] + ') –' ); | memo.title = memo.title.replace( '–', '(' + i18n[ 'bottom' ][ memo.lang ] + ') –' ); | ||
} | } | ||


