Using button view to retrieve model index. Removed unused localizations

This commit is contained in:
Michael Starke
2019-01-15 11:32:18 +01:00
parent 28f86fb45b
commit d022fa2500
3 changed files with 5 additions and 8 deletions

View File

@@ -485,8 +485,8 @@
/* Window displayed to the user to pick an amout of characters */
"PICKFIELD_WINDOW_TITLE" = "Field Picker";
/* Install plugin */
"PLUGIN_BROWSER_INSTALL_PLUGIN_BUTTON" = "Install";
/* Button to download the Plugin */
"PLUGIN_BROWSER_DOWNLOAD_PLUGIN_BUTTON" = "Download";
/* Status for an up-to-date plugin in the plugin browser */
"PLUGIN_BROWSER_LATEST_VERSION_INSTALLED" = "Latest version installed";
@@ -500,9 +500,6 @@
/* Status for an unkonw plugin version in the plugin browser */
"PLUGIN_BROWSER_UNKNOWN_PLUGIN_VERSION_INSTALLED_%@" = "Unknown version %@ installed";
/* Button to update the Plugin to the current version */
"PLUGIN_BROWSER_UPDATE_VERSION_BUTTON" = "Update";
/* Error for a plugin that is disabled. */
"PLUGIN_ERROR_DISABLED_PLUGIN" = "The plugin is disabled by the user";