Browse Source

Change label "Goto line number" -> "Go to" to better reflect the features of the new GotoDialog

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4786 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 16 years ago
parent
commit
1a9f2ab7f0
  1. 2
      AddIns/ICSharpCode.SharpDevelop.addin
  2. BIN
      data/resources/StringResources.cn-gb.resources
  3. BIN
      data/resources/StringResources.cz.resources
  4. BIN
      data/resources/StringResources.de.resources
  5. BIN
      data/resources/StringResources.es-mx.resources
  6. BIN
      data/resources/StringResources.es.resources
  7. BIN
      data/resources/StringResources.fr.resources
  8. BIN
      data/resources/StringResources.hu.resources
  9. BIN
      data/resources/StringResources.it.resources
  10. BIN
      data/resources/StringResources.kr.resources
  11. BIN
      data/resources/StringResources.nl.resources
  12. BIN
      data/resources/StringResources.no.resources
  13. BIN
      data/resources/StringResources.pl.resources
  14. BIN
      data/resources/StringResources.pt-br.resources
  15. BIN
      data/resources/StringResources.pt.resources
  16. BIN
      data/resources/StringResources.ro.resources
  17. BIN
      data/resources/StringResources.se.resources
  18. BIN
      data/resources/StringResources.tr.resources
  19. BIN
      src/Main/StartUp/Project/Resources/StringResources.resources

2
AddIns/ICSharpCode.SharpDevelop.addin

@ -1577,7 +1577,7 @@
class = "ICSharpCode.SharpDevelop.Bookmarks.ClearBookmarks"/> class = "ICSharpCode.SharpDevelop.Bookmarks.ClearBookmarks"/>
<MenuItem id = "Separator2" type = "Separator" /> <MenuItem id = "Separator2" type = "Separator" />
<MenuItem id = "GotoLineNr" <MenuItem id = "GotoLineNr"
label = "${res:XML.MainMenu.SearchMenu.GotoLineNr}" label = "${res:XML.MainMenu.SearchMenu.Goto}"
shortcut = "Control|G" shortcut = "Control|G"
class = "ICSharpCode.SharpDevelop.DefaultEditor.Commands.GotoLineNumber"/> class = "ICSharpCode.SharpDevelop.DefaultEditor.Commands.GotoLineNumber"/>
<MenuItem id = "Separator3" type = "Separator" /> <MenuItem id = "Separator3" type = "Separator" />

BIN
data/resources/StringResources.cn-gb.resources

Binary file not shown.

BIN
data/resources/StringResources.cz.resources

Binary file not shown.

BIN
data/resources/StringResources.de.resources

Binary file not shown.

BIN
data/resources/StringResources.es-mx.resources

Binary file not shown.

BIN
data/resources/StringResources.es.resources

Binary file not shown.

BIN
data/resources/StringResources.fr.resources

Binary file not shown.

BIN
data/resources/StringResources.hu.resources

Binary file not shown.

BIN
data/resources/StringResources.it.resources

Binary file not shown.

BIN
data/resources/StringResources.kr.resources

Binary file not shown.

BIN
data/resources/StringResources.nl.resources

Binary file not shown.

BIN
data/resources/StringResources.no.resources

Binary file not shown.

BIN
data/resources/StringResources.pl.resources

Binary file not shown.

BIN
data/resources/StringResources.pt-br.resources

Binary file not shown.

BIN
data/resources/StringResources.pt.resources

Binary file not shown.

BIN
data/resources/StringResources.ro.resources

Binary file not shown.

BIN
data/resources/StringResources.se.resources

Binary file not shown.

BIN
data/resources/StringResources.tr.resources

Binary file not shown.

BIN
src/Main/StartUp/Project/Resources/StringResources.resources

Binary file not shown.
Loading…
Cancel
Save