Fixing a typo in buy floater...

master
PanteraPolnocy 2021-05-01 02:57:25 +02:00
parent b10345ae27
commit f65f457f18
3 changed files with 7 additions and 4 deletions

View File

@ -304,7 +304,10 @@ void LLFloaterBuy::onSelectionChanged()
removeVOInventoryListener();
showViews(false);
reset();
setTitle(getString("mupliple_selected"));
// <FS:PP>
// setTitle(getString("mupliple_selected"));
setTitle(getString("multiple_selected"));
// </FS:PP>
}
}

View File

@ -15,7 +15,7 @@
<floater.string name="no_transfer_text">
(kein Transferieren)
</floater.string>
<floater.string name="mupliple_selected">
<floater.string name="multiple_selected">
Mehrfachauswahl
</floater.string>
<text name="contents_text">

View File

@ -33,8 +33,8 @@
(no transfer)
</floater.string>
<floater.string
name="mupliple_selected">
Mupliple selection
name="multiple_selected">
Multiple selection
</floater.string>
<scroll_list
background_visible="true"