mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
tomka's i18n fixes
This commit is contained in:
@@ -397,8 +397,8 @@ createPanel(Panel *p)
|
||||
WMMoveWidget(panel->resL, 95, 20);
|
||||
|
||||
panel->resaB = WMCreateRadioButton(panel->resF);
|
||||
WMMoveWidget(panel->resaB, 130, 12);
|
||||
WMResizeWidget(panel->resaB, 70, 30);
|
||||
WMMoveWidget(panel->resaB, 130, 14);
|
||||
WMResizeWidget(panel->resaB, 70, 26);
|
||||
WMSetButtonText(panel->resaB, _("Resist"));
|
||||
|
||||
panel->resrB = WMCreateRadioButton(panel->resF);
|
||||
@@ -420,7 +420,7 @@ createPanel(Panel *p)
|
||||
panel->tranB = WMCreateSwitchButton(panel->tranF);
|
||||
WMMoveWidget(panel->tranB, 10, 5);
|
||||
WMResizeWidget(panel->tranB, 250, 30);
|
||||
WMSetButtonText(panel->tranB, _("Open dialogs in same workspace as their owners"));
|
||||
WMSetButtonText(panel->tranB, _("Open dialogs in same workspace\nas their owners"));
|
||||
|
||||
WMMapSubwidgets(panel->tranF);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user