mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-08 22:26:51 +02:00
Merge pull request #5365 from GeorgeK1ng/czech_update
Czech translation update
This commit is contained in:
@ -199,6 +199,7 @@
|
||||
"vcmi.lobby.preview.error.invite" : "Nebyl jste pozván do této mísnosti.",
|
||||
"vcmi.lobby.preview.error.mods" : "Použváte jinou sadu modifikací.",
|
||||
"vcmi.lobby.preview.error.version" : "Používáte jinou verzi VCMI.",
|
||||
"vcmi.lobby.channel.add" : "Přidat kanál",
|
||||
"vcmi.lobby.room.new" : "Nová hra",
|
||||
"vcmi.lobby.room.load" : "Načíst hru",
|
||||
"vcmi.lobby.room.type" : "Druh místnosti",
|
||||
|
@ -979,10 +979,12 @@ void MainWindow::on_actionLevel_triggered()
|
||||
ui->minimapView->setScene(controller.miniScene(mapLevel));
|
||||
if (mapLevel == 0)
|
||||
{
|
||||
ui->actionLevel->setText(tr("View underground"));
|
||||
ui->actionLevel->setToolTip(tr("View underground"));
|
||||
}
|
||||
else
|
||||
{
|
||||
ui->actionLevel->setText(tr("View surface"));
|
||||
ui->actionLevel->setToolTip(tr("View surface"));
|
||||
}
|
||||
}
|
||||
|
@ -1067,7 +1067,7 @@
|
||||
</action>
|
||||
<action name="actionLevel">
|
||||
<property name="text">
|
||||
<string>U/G</string>
|
||||
<string>View underground</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>View underground</string>
|
||||
|
Reference in New Issue
Block a user