1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Disabled back button handling on note screen for now

This commit is contained in:
Laurent Cozic
2017-07-31 19:02:21 +00:00
parent bc2fa8932a
commit 192dac0ca4
2 changed files with 19 additions and 16 deletions

View File

@@ -318,7 +318,7 @@ Setting.metadata_ = {
600: _('%d minutes', 10),
1800: _('%d minutes', 30),
3600: _('%d hour', 1),
43200: _('%d hour', 12),
43200: _('%d hours', 12),
86400: _('%d hours', 24),
};
}},