Added texts

This commit is contained in:
M66B
2019-05-03 07:28:36 +02:00
parent b3345815a7
commit cc8d2a102a
4 changed files with 16 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ public class FragmentRule extends FragmentBase {
@Override
@Nullable
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
setSubtitle(R.string.title_edit_rules);
setSubtitle(R.string.title_rule_caption);
view = (ViewGroup) inflater.inflate(R.layout.fragment_rule, container, false);