Index: trunk/phase3/languages/MessagesFi.php |
— | — | @@ -1201,7 +1201,7 @@ |
1202 | 1202 | 'accesskey-minoredit' => 'i', |
1203 | 1203 | 'accesskey-save' => 's', |
1204 | 1204 | 'accesskey-preview' => 'p', |
1205 | | -'accesskey-diff' => 'd', |
| 1205 | +'accesskey-diff' => 'v', |
1206 | 1206 | 'accesskey-compareselectedversions' => 'v', |
1207 | 1207 | 'accesskey-watch' => 'w', |
1208 | 1208 | |
— | — | @@ -1210,7 +1210,7 @@ |
1211 | 1211 | 'tooltip-minoredit' => 'Merkitse tämä pieneksi muutokseksi [alt-i]', |
1212 | 1212 | 'tooltip-save' => 'Tallenna muokkaukset [alt-s]', |
1213 | 1213 | 'tooltip-preview' => 'Esikatsele muokkausta ennen tallennusta [alt-p]', |
1214 | | -'tooltip-diff' => 'Näytä tehdyt muutokset [alt-d]', |
| 1214 | +'tooltip-diff' => 'Näytä tehdyt muutokset [alt-v]', |
1215 | 1215 | 'tooltip-compareselectedversions' => 'Vertaile valittuja versioita [alt-v]', |
1216 | 1216 | 'tooltip-watch' => 'Lisää tämä sivu tarkkailulistaan [alt-w]', |
1217 | 1217 | |
Index: trunk/phase3/languages/Messages.php |
— | — | @@ -1466,7 +1466,7 @@ |
1467 | 1467 | 'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]', |
1468 | 1468 | 'tooltip-save' => 'Save your changes [alt-s]', |
1469 | 1469 | 'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]', |
1470 | | -'tooltip-diff' => 'Show which changes you made to the text. [alt-d]', |
| 1470 | +'tooltip-diff' => 'Show which changes you made to the text. [alt-v]', |
1471 | 1471 | 'tooltip-compareselectedversions' => 'See the differences between the two selected versions of this page. [alt-v]', |
1472 | 1472 | 'tooltip-watch' => 'Add this page to your watchlist [alt-w]', |
1473 | 1473 | |