From a3baadd80b77150b684d2857f15077602e4d0b6e Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 18 Aug 2017 20:57:43 -0300 Subject: [PATCH] Arch: Renamed Rebar -> Custom Rebar --- src/Mod/Arch/ArchRebar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchRebar.py b/src/Mod/Arch/ArchRebar.py index 754762115c..c09ece3b56 100644 --- a/src/Mod/Arch/ArchRebar.py +++ b/src/Mod/Arch/ArchRebar.py @@ -92,7 +92,7 @@ class _CommandRebar: def GetResources(self): return {'Pixmap' : 'Arch_Rebar', - 'MenuText': QT_TRANSLATE_NOOP("Arch_Rebar","Rebar"), + 'MenuText': QT_TRANSLATE_NOOP("Arch_Rebar","Custom Rebar"), 'Accel': "R, B", 'ToolTip': QT_TRANSLATE_NOOP("Arch_Rebar","Creates a Reinforcement bar from the selected face of a structural object")}