diff options
author | rathnor <rathnor> | 2004-06-08 11:47:10 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-06-08 11:47:10 (GMT) |
commit | b659c2583c5a8825da34b94977fab213ab7946d4 (patch) | |
tree | c44cd2736620327077bcb77e6109c1ec608cc1a4 /src/Toolbar.cc | |
parent | 076463982d841b01b73a16ad23a4e0d8c572ee7a (diff) | |
download | fluxbox-b659c2583c5a8825da34b94977fab213ab7946d4.zip fluxbox-b659c2583c5a8825da34b94977fab213ab7946d4.tar.bz2 |
Change one nls item name
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index fae3142..fb84e59 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Toolbar.cc,v 1.141 2004/06/07 21:32:12 fluxgen Exp $ | 25 | // $Id: Toolbar.cc,v 1.142 2004/06/08 11:47:10 rathnor Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
@@ -764,7 +764,7 @@ void Toolbar::setupMenus() { | |||
764 | "Edit current workspace name", "Edit current workspace name"), | 764 | "Edit current workspace name", "Edit current workspace name"), |
765 | start_edit); | 765 | start_edit); |
766 | 766 | ||
767 | menu().setLabel(_FBTEXT(Toolbar, ToolbarTitle, | 767 | menu().setLabel(_FBTEXT(Toolbar, Toolbar, |
768 | "Toolbar", "Title of Toolbar menu")); | 768 | "Toolbar", "Title of Toolbar menu")); |
769 | 769 | ||
770 | MenuItem *toolbar_menuitem = new IntResMenuItem(_FBTEXT(Toolbar, WidthPercent, "Toolbar width percent", "Percentage of screen width taken by toolbar"), | 770 | MenuItem *toolbar_menuitem = new IntResMenuItem(_FBTEXT(Toolbar, WidthPercent, "Toolbar width percent", "Percentage of screen width taken by toolbar"), |