diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-08-24 16:58:57 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-18 21:04:26 (GMT) |
commit | b463de0b97f36d6e28fc4cec39ce382e594b8295 (patch) | |
tree | d280b3cbc7f1281589130b6f2cb29d9f2983eb82 | |
parent | cab5fa69f059033c4e304076f1892d9cf7c84031 (diff) | |
download | fluxbox_pavel-b463de0b97f36d6e28fc4cec39ce382e594b8295.zip fluxbox_pavel-b463de0b97f36d6e28fc4cec39ce382e594b8295.tar.bz2 |
Add missing translation entry
-rw-r--r-- | nls/C/Translation.m | 4 | ||||
-rw-r--r-- | nls/fluxbox-nls.hh | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/nls/C/Translation.m b/nls/C/Translation.m index 8d4c46f..35a7f49 100644 --- a/nls/C/Translation.m +++ b/nls/C/Translation.m | |||
@@ -291,3 +291,7 @@ $set 20 #layers | |||
291 | $set 21 #FbCommands | 291 | $set 21 #FbCommands |
292 | 292 | ||
293 | 1 Failed to load menu file '%s': %s | 293 | 1 Failed to load menu file '%s': %s |
294 | |||
295 | $set 22 #Update | ||
296 | |||
297 | 1 Loading resources from: | ||
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 023d229..c529458 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -261,6 +261,9 @@ enum { | |||
261 | FbCommandsSet = 21, | 261 | FbCommandsSet = 21, |
262 | FbCommandsCantLoadMenu = 1, | 262 | FbCommandsCantLoadMenu = 1, |
263 | 263 | ||
264 | UpdateSet = 22, | ||
265 | UpdateLoading = 1, | ||
266 | |||
264 | dummy_not_used = 0 // just for the end | 267 | dummy_not_used = 0 // just for the end |
265 | 268 | ||
266 | }; // end enum | 269 | }; // end enum |