mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
NLS: translate "Workspaces" in rcxml.c. closes #1630
This commit is contained in:
parent
2992040f15
commit
0ad272aed4
1 changed files with 1 additions and 1 deletions
|
|
@ -1381,7 +1381,7 @@ post_processing(void)
|
|||
int nr_workspaces = wl_list_length(&rc.workspace_config.workspaces);
|
||||
if (nr_workspaces < rc.workspace_config.min_nr_workspaces) {
|
||||
if (!rc.workspace_config.prefix) {
|
||||
rc.workspace_config.prefix = xstrdup( _("Workspace") );
|
||||
rc.workspace_config.prefix = xstrdup( _("Workspace"));
|
||||
}
|
||||
struct workspace *workspace;
|
||||
for (int i = nr_workspaces; i < rc.workspace_config.min_nr_workspaces; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue