diff options
Diffstat (limited to 'nls/it_IT')
-rw-r--r-- | nls/it_IT/Configmenu.m | 2 | ||||
-rw-r--r-- | nls/it_IT/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nls/it_IT/Configmenu.m b/nls/it_IT/Configmenu.m index b8bbdf5..77bf98e 100644 --- a/nls/it_IT/Configmenu.m +++ b/nls/it_IT/Configmenu.m | |||
@@ -50,3 +50,5 @@ $ #MaxOverSlit | |||
50 | # Maximize Over Slit | 50 | # Maximize Over Slit |
51 | $ #SloppyWindowGrouping | 51 | $ #SloppyWindowGrouping |
52 | # Sloppy Window Grouping | 52 | # Sloppy Window Grouping |
53 | $ #WorkspaceWarping | ||
54 | # Workspace Warping | ||
diff --git a/nls/it_IT/Makefile.am b/nls/it_IT/Makefile.am index 8c84c55..c05db87 100644 --- a/nls/it_IT/Makefile.am +++ b/nls/it_IT/Makefile.am | |||
@@ -21,6 +21,7 @@ uninstall-local: | |||
21 | 21 | ||
22 | Translation.m: $(MFILES) | 22 | Translation.m: $(MFILES) |
23 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 23 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
24 | rm -f Translation.m; \ | ||
24 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 25 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
25 | fi | 26 | fi |
26 | 27 | ||