Skip to content

Commit

Permalink
Add the language the user is using to Potlatch's created_by string. L…
Browse files Browse the repository at this point in the history
…ike JOSM

git-svn-id: http://svn.openstreetmap.org/applications/editors/potlatch@18105 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
  • Loading branch information
avar committed Oct 12, 2009
1 parent 4daa432 commit 91e4c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changeset.as
Expand Up @@ -96,7 +96,7 @@
};

var cstags=new Object(); // Changeset tags
cstags['created_by']=_root.signature+' ('+(_root.sandbox ? 'save)':'live)'); // |
cstags['created_by']=_root.signature + ' (' + (_root.sandbox ? 'save' : 'live') + ' ' + iText('__potlatch_locale') + ')';

remote_write.call('startchangeset',csresponder,_root.usertoken,cstags,_root.changeset,_root.changecomment,open_new);
if (open_new) { _root.panel.advanced.enableOption(5); }
Expand Down

0 comments on commit 91e4c14

Please sign in to comment.