fixable message removed
This commit is contained in:
@@ -345,7 +345,6 @@
|
||||
<string name="cpp_onscreen_remove_icon_message">Вы можете удалить вторую иконку Калькулятора++ из списка приложений
|
||||
из настроек или нажав следующую кнопку
|
||||
</string>
|
||||
<string name="cpp_onscreen_remove_icon_button_text">Удалить иконку</string>
|
||||
<string name="cpp_this_change_may_require_reboot">Это изменение может потребовать перезагрузки</string>
|
||||
|
||||
<string name="cpp_plot_2d">2D график</string>
|
||||
|
@@ -336,7 +336,6 @@
|
||||
<string name="cpp_onscreen_remove_icon_message">You can remove second icon in applications\' list from application
|
||||
settings or by pressing next button
|
||||
</string>
|
||||
<string name="cpp_onscreen_remove_icon_button_text">Remove icon</string>
|
||||
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
|
||||
|
||||
<string name="cpp_plot_2d">2D plot</string>
|
||||
|
@@ -58,7 +58,6 @@ public final class CalculatorPreferences {
|
||||
public static class OnscreenCalculator {
|
||||
public static final Preference<Boolean> startOnBoot = BooleanPreference.of("onscreen_start_on_boot", false);
|
||||
public static final Preference<Boolean> showAppIcon = BooleanPreference.of("onscreen_show_app_icon", true);
|
||||
public static final Preference<Boolean> removeIconDialogShown = BooleanPreference.of("onscreen_remove_icon_dialog_shown", false);
|
||||
}
|
||||
|
||||
public static class Calculations {
|
||||
|
Reference in New Issue
Block a user