1
0
forked from 0ad/0ad

Fix capitalisation issue

This was SVN commit r15413.
This commit is contained in:
sanderd17 2014-06-22 20:35:16 +00:00
parent f1e077d7e9
commit 7b781f82d3
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ g_SelectionPanels.Barter = {
},
"setTooltip": function(data)
{
var resource = getLocalizedResourceName(data.item, "WithinSentence");
var resource = getLocalizedResourceName(data.item, "withinSentence");
data.button.Buy.tooltip = sprintf(translate("Buy %(resource)s"), {"resource": resource});
data.button.Sell.tooltip = sprintf(translate("Sell %(resource)s"), {"resource": resource});
},

View File

@ -706,7 +706,7 @@ localisedResourceNames.firstWord = {
"fish": translateWithContext("firstWord", "Fish"),
};
localisedResourceNames.WithinSentence = {
localisedResourceNames.withinSentence = {
// Translation: Word as used in the middle of a sentence (which may require using lowercase for your language).
"food": translateWithContext("withinSentence", "Food"),
// Translation: Word as used in the middle of a sentence (which may require using lowercase for your language).