annotation dialog: change case

This commit is contained in:
rolux 2013-07-23 07:19:58 +00:00
parent a12e1d2450
commit e690a4ca97

View file

@ -38,8 +38,8 @@ pandora.ui.annotationDialog = function(layer) {
text: Ox._('To add or edit {0}, ' + (
isEditor
? 'please sign up or sign in.'
: 'just switch to the editor.'), [layer]
),
: 'just switch to the editor.'
), [layer.toLowerCase()]),
title: Ox.toTitleCase(layer)
});
return that;