Git commit 53735bb71ddac05c8b45dfb4a4669b1308817a58 by Steve Allewell. Committed on 16/07/2014 at 17:36. Pushed by sallewell into branch 'master'.
i18n string duplicate word fix GUI: i18n string duplicate word fix M +1 -1 kstars/ekos/ekosmanager.cpp http://commits.kde.org/kstars/53735bb71ddac05c8b45dfb4a4669b1308817a58 diff --git a/kstars/ekos/ekosmanager.cpp b/kstars/ekos/ekosmanager.cpp index 7297fa8..9a26fbd 100644 --- a/kstars/ekos/ekosmanager.cpp +++ b/kstars/ekos/ekosmanager.cpp @@ -505,7 +505,7 @@ void EkosManager::processINDI() { if (isRunning("indiserver")) { - if (KMessageBox::Yes == (KMessageBox::questionYesNo(0, i18n("Ekos detected an instance of INDI server running. Do you wish to shutdown down the existing instance before starting a new one?"), + if (KMessageBox::Yes == (KMessageBox::questionYesNo(0, i18n("Ekos detected an instance of INDI server running. Do you wish to shut down the existing instance before starting a new one?"), i18n("INDI Server"), KStandardGuiItem::yes(), KStandardGuiItem::no(), "ekos_shutdown_existing_indiserver"))) { //TODO is there a better way to do this.
