Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f2c642e authored by Sébastien Vaucher's avatar Sébastien Vaucher
Browse files

Localized widget buttons settings activity title string (Expanded View Widget)

Change-Id: I8c31bdefe564c9b0385523831a800a95ae320dd8
parent a458c0e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -334,6 +334,7 @@


    <!-- Expanded View Power Widget -->
    <string name="title_widget_buttons">Expanded View Widget</string>
    <string name="title_expanded_widget">Notification power widget</string>
    <string name="summary_expanded_widget">Use the expanded views power widget</string>
    <string name="expanded_color_mask">Indicator color</string>
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ public class WidgetActivity extends PreferenceActivity implements OnPreferenceCh
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setTitle("Expanded View Widget");
        setTitle(R.string.title_widget_buttons);
        addPreferencesFromResource(R.xml.power_widget);

        PreferenceScreen prefSet = getPreferenceScreen();