pull/29/head
bromagosa 2017-01-04 10:32:35 +01:00
rodzic 4ce250a2ef
commit b10e4e1142
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2390,7 +2390,7 @@ BlockMorph.prototype.userMenu = function () {
if (this.selector === 'reportGetVar') {
menu.addLine();
menu.addItem(
'rename all occurrences...',
'rename all in this scope...',
'refactorThisVar'
);
}