Final translation pass for Norwegian

This commit is contained in:
Veronica K. B. Olsen
2021-02-17 23:16:23 +01:00
parent 3a1367a1d8
commit 8948c3f435
3 changed files with 138 additions and 139 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ class GuiWritingStats(QDialog):
dlgOpt = QFileDialog.Options()
dlgOpt |= QFileDialog.DontUseNativeDialog
savePath, _ = QFileDialog.getSaveFileName(
self, self.tr("Save Document As"), savePath, options=dlgOpt
self, self.tr("Save Data As"), savePath, options=dlgOpt
)
if not savePath:
return False