DeviceInputToLocalizedAndTranslatedString -> DeviceInputToLocalizedString

(translation is a part of localization)
This commit is contained in:
Glenn Maynard
2006-06-15 04:12:30 +00:00
parent c65580fed2
commit 80c3beccb6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ static LocalizedString BACKSLASH ( "DeviceButton", "Backslash" );
/* Return the name of the button, as it probably appears on the device itself, such as a keycap;
* eg. "a". */
RString DeviceInputToLocalizedAndTranslatedString( DeviceInput di )
RString DeviceInputToLocalizedString( DeviceInput di )
{
switch( di.button )
{