diff options
author | simonb <simonb> | 2006-04-16 11:43:43 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-16 11:43:43 (GMT) |
commit | 67b8277af0856320a8fc0be1515f01ba40456e45 (patch) | |
tree | 67f09d24e52fb2a5a58fe8b6c4d819c9322dce7b | |
parent | a92c13171058f5fa6c309bd2128b64382861a460 (diff) | |
download | fluxbox-67b8277af0856320a8fc0be1515f01ba40456e45.zip fluxbox-67b8277af0856320a8fc0be1515f01ba40456e45.tar.bz2 |
add missing space in translation
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | nls/C/Translation.m | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/04/16: | 3 | *06/04/16: |
4 | * Missing space in translation (thanks... anonymous, sf.net #1455024) | ||
5 | nls/C/Translation.m | ||
4 | * Set (take|send)to(next|prev)workspace offset default value to 1 | 6 | * Set (take|send)to(next|prev)workspace offset default value to 1 |
5 | instead of the current 0 (which makes them look non-functional). | 7 | instead of the current 0 (which makes them look non-functional). |
6 | Similarly for tab and (|next|prev|left|right)workspace. | 8 | Similarly for tab and (|next|prev|left|right)workspace. |
diff --git a/nls/C/Translation.m b/nls/C/Translation.m index 44952c0..605d27c 100644 --- a/nls/C/Translation.m +++ b/nls/C/Translation.m | |||
@@ -2,7 +2,7 @@ $ codeset=ISO-8859-1 | |||
2 | 2 | ||
3 | $set 1 #Align | 3 | $set 1 #Align |
4 | 4 | ||
5 | 1 BottomCenter | 5 | 1 Bottom Center |
6 | 2 Bottom Left | 6 | 2 Bottom Left |
7 | 3 Bottom Right | 7 | 3 Bottom Right |
8 | 4 Horizontal | 8 | 4 Horizontal |