mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Improve translatability of the application
Head towards a translatable application by loading translation files for the current locale and using tr() where ever it's needed.
This commit is contained in:
@@ -63,7 +63,7 @@ void PreferencesDialog::chooseLocation()
|
||||
if(!s.isEmpty())
|
||||
{
|
||||
defaultlocation = s;
|
||||
ui->locationEdit->setText(defaultlocation);
|
||||
ui->locationEdit->setText(defaultlocation);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user