X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FStringIdGui.java;fp=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FStringIdGui.java;h=8d3022e708037b3753fe898dd701c8c535a256c0;hp=e31da64d4427e8251a5ff1ea5dcde462c4d36172;hb=233c0b0663a07da511f233caa52ba80781c3d9d3;hpb=091397cbbd3414ebb172d0bc9428d9ddf65352dd diff --git a/src/be/nikiroo/fanfix/bundles/StringIdGui.java b/src/be/nikiroo/fanfix/bundles/StringIdGui.java index e31da64..8d3022e 100644 --- a/src/be/nikiroo/fanfix/bundles/StringIdGui.java +++ b/src/be/nikiroo/fanfix/bundles/StringIdGui.java @@ -139,10 +139,10 @@ public enum StringIdGui { MENU_AUTHORS_UNKNOWN, // // Progress names - @Meta(def = "Removing old copy", format = Format.STRING, description = "progress bar caption for the 'removing old copy' step of 'redownload'") - PROGRESS_REDOWNLOAD_REMOVE_OLD_COPY, // @Meta(def = "Reload books", format = Format.STRING, description = "progress bar caption for the 'reload books' step of all outOfUi operations") PROGRESS_OUT_OF_UI_RELOAD_BOOKS, // + @Meta(def = "Change the source of the book to %s", format = Format.STRING, description = "progress bar caption for the 'change source' step of the ReDownload operation", info = "%s = new source name") + PROGRESS_CHANGE_SOURCE, // // Error messages @Meta(def = "An error occured when contacting the library", format = Format.STRING, description = "default description if the error is not known")